Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Properties | List of all members
KSP.UI.UIPanelTransitionRTScaler Class Reference

Never saw the light of day.... Works in conjunction with UIPanelTransition and scales a recttransform using it's Top and Bottom values Only vertical scaling is implemented. More...

Inheritance diagram for KSP.UI.UIPanelTransitionRTScaler:
KSP.UI.UITransitionBase

Classes

class  RTRectBounds
 

Properties

string State [get, set]
 
bool Transitioning [get, set]
 

Additional Inherited Members

- Public Types inherited from KSP.UI.UITransitionBase
enum  Method { Method.Linear, Method.Lerp }
 
- Public Attributes inherited from KSP.UI.UITransitionBase
Method method = Method.Lerp
 
RectTransform panelTransform
 
- Protected Member Functions inherited from KSP.UI.UITransitionBase
void Lerp_Pre (float transitionTime, Vector2 vCrr, Vector2 vTgt)
 
Vector2 Lerp_Transition (float t, Vector2 vCrr, Vector2 vTgt)
 
void Linear_Pre (float transitionTime, Vector2 vCrr, Vector2 vTgt)
 
Vector2 Linear_Transition (float t, Vector2 vCrr, Vector2 vTgt)
 
void SetInteractable (bool interactable)
 
void SetMethod (Method m)
 
- Protected Attributes inherited from KSP.UI.UITransitionBase
Callback< float, Vector2, Vector2 > PrepMethod
 
Func< float, Vector2, Vector2,
Vector2 > 
TransitionMethod
 

Detailed Description

Never saw the light of day.... Works in conjunction with UIPanelTransition and scales a recttransform using it's Top and Bottom values Only vertical scaling is implemented.

Property Documentation

string KSP.UI.UIPanelTransitionRTScaler.State
getset
bool KSP.UI.UIPanelTransitionRTScaler.Transitioning
getset

The documentation for this class was generated from the following file: