AbsoluteOffset | Barotrauma.RectTransform | |
AddChildrenToGUIUpdateList(bool ignoreChildren=false, int order=0) | Barotrauma.RectTransform | |
Anchor | Barotrauma.RectTransform | |
AnchorPoint | Barotrauma.RectTransform | |
AnimTargetPos | Barotrauma.RectTransform | |
CalculateAnchorPoint(Anchor anchor, Rectangle parent) | Barotrauma.RectTransform | static |
CalculatePivotOffset(Pivot anchor, Point size) | Barotrauma.RectTransform | static |
ChangeScale(Vector2 newScale) | Barotrauma.RectTransform | |
Children | Barotrauma.RectTransform | |
children | Barotrauma.RectTransform | protected |
ChildrenChanged | Barotrauma.RectTransform | |
ClearChildren() | Barotrauma.RectTransform | |
ConvertOffsetRelativeToAnchor(Point offset, Anchor anchor) | Barotrauma.RectTransform | static |
CountChildren | Barotrauma.RectTransform | |
GetAllChildren() | Barotrauma.RectTransform | |
GetChild(int index) | Barotrauma.RectTransform | |
GetChildIndex(RectTransform rectT) | Barotrauma.RectTransform | |
GetParents() | Barotrauma.RectTransform | |
globalScale | Barotrauma.RectTransform | static |
GUIComponent | Barotrauma.RectTransform | |
IsChildOf(RectTransform rectT, bool recursive=true) | Barotrauma.RectTransform | |
IsFirstChild | Barotrauma.RectTransform | |
IsFixedSize | Barotrauma.RectTransform | |
IsLastChild | Barotrauma.RectTransform | |
IsParentOf(RectTransform rectT, bool recursive=true) | Barotrauma.RectTransform | |
Load(XElement element, RectTransform parent, Anchor defaultAnchor=Anchor.TopLeft) | Barotrauma.RectTransform | static |
LocalScale | Barotrauma.RectTransform | |
MatchAnchorToPivot(Pivot pivot) | Barotrauma.RectTransform | static |
MatchPivotToAnchor() | Barotrauma.RectTransform | |
MatchPivotToAnchor(Anchor anchor) | Barotrauma.RectTransform | static |
MaxPoint | Barotrauma.RectTransform | static |
MaxSize | Barotrauma.RectTransform | |
MinSize | Barotrauma.RectTransform | |
MoveAnchorBottom(Anchor anchor) | Barotrauma.RectTransform | static |
MoveAnchorLeft(Anchor anchor) | Barotrauma.RectTransform | static |
MoveAnchorRight(Anchor anchor) | Barotrauma.RectTransform | static |
MoveAnchorTop(Anchor anchor) | Barotrauma.RectTransform | static |
MoveOverTime(Point targetPos, float duration, Action onDoneMoving=null) | Barotrauma.RectTransform | |
NonScaledParentRect | Barotrauma.RectTransform | protected |
NonScaledParentSize | Barotrauma.RectTransform | protected |
NonScaledParentUIRect | Barotrauma.RectTransform | protected |
NonScaledRect | Barotrauma.RectTransform | protected |
NonScaledSize | Barotrauma.RectTransform | |
NonScaledTopLeft | Barotrauma.RectTransform | protected |
NonScaledUIRect | Barotrauma.RectTransform | protected |
Parent | Barotrauma.RectTransform | |
ParentChanged | Barotrauma.RectTransform | |
ParentRect | Barotrauma.RectTransform | |
Pivot | Barotrauma.RectTransform | |
PivotOffset | Barotrauma.RectTransform | |
RecalculateAbsoluteSize() | Barotrauma.RectTransform | protected |
RecalculateAll(bool resize, bool scale=true, bool withChildren=true) | Barotrauma.RectTransform | protected |
RecalculateAnchorPoint() | Barotrauma.RectTransform | protected |
RecalculateChildren(bool resize, bool scale=true) | Barotrauma.RectTransform | |
RecalculatePivotOffset() | Barotrauma.RectTransform | protected |
RecalculateRelativeSize() | Barotrauma.RectTransform | protected |
RecalculateScale() | Barotrauma.RectTransform | protected |
RecalculateScale(bool withChildren) | Barotrauma.RectTransform | |
Rect | Barotrauma.RectTransform | |
RectTransform(Vector2 relativeSize, RectTransform parent, Anchor anchor=Anchor.TopLeft, Pivot? pivot=null, Point? minSize=null, Point? maxSize=null, ScaleBasis scaleBasis=ScaleBasis.Normal) | Barotrauma.RectTransform | |
RectTransform(Point absoluteSize, RectTransform parent=null, Anchor anchor=Anchor.TopLeft, Pivot? pivot=null, ScaleBasis scaleBasis=ScaleBasis.Normal, bool isFixedSize=false) | Barotrauma.RectTransform | |
RelativeOffset | Barotrauma.RectTransform | |
RelativeSize | Barotrauma.RectTransform | |
RepositionChildInHierarchy(int index) | Barotrauma.RectTransform | |
ResetGlobalScale() | Barotrauma.RectTransform | static |
ResetScale() | Barotrauma.RectTransform | |
ResetSizeChanged() | Barotrauma.RectTransform | |
Resize(Point absoluteSize, bool resizeChildren=true) | Barotrauma.RectTransform | |
Resize(Vector2 relativeSize, bool resizeChildren=true) | Barotrauma.RectTransform | |
ReverseChildren() | Barotrauma.RectTransform | |
Scale | Barotrauma.RectTransform | |
ScaleBasis | Barotrauma.RectTransform | |
ScaleChanged | Barotrauma.RectTransform | |
ScaledSize | Barotrauma.RectTransform | |
ScaleOverTime(Point targetSize, float duration) | Barotrauma.RectTransform | |
ScreenSpaceOffset | Barotrauma.RectTransform | |
SetAsFirstChild() | Barotrauma.RectTransform | |
SetAsLastChild() | Barotrauma.RectTransform | |
SetPosition(Anchor anchor, Pivot? pivot=null) | Barotrauma.RectTransform | |
SizeChanged | Barotrauma.RectTransform | |
SortChildren(Comparison< RectTransform > comparison) | Barotrauma.RectTransform | |
TopLeft | Barotrauma.RectTransform | |
Translate(Point translation) | Barotrauma.RectTransform | |
UIRect | Barotrauma.RectTransform | protected |