Class TextContainer
Inherited Members
UIBehaviour.Start()
UIBehaviour.OnDestroy()
UIBehaviour.IsActive()
UIBehaviour.OnValidate()
UIBehaviour.Reset()
UIBehaviour.OnBeforeTransformParentChanged()
UIBehaviour.OnTransformParentChanged()
UIBehaviour.OnDidApplyAnimationProperties()
UIBehaviour.OnCanvasGroupChanged()
UIBehaviour.OnCanvasHierarchyChanged()
UIBehaviour.IsDestroyed()
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[ExecuteInEditMode]
[RequireComponent(typeof(RectTransform))]
[AddComponentMenu("Layout/Text Container")]
public class TextContainer : UIBehaviour
Constructors
| Edit this page View SourceTextContainer()
Declaration
public TextContainer()
Properties
| Edit this page View SourceanchorPosition
Declaration
public TextContainerAnchors anchorPosition { get; set; }
Property Value
Type | Description |
---|---|
TextContainerAnchors |
corners
Declaration
public Vector3[] corners { get; }
Property Value
Type | Description |
---|---|
Vector3[] |
hasChanged
Declaration
public bool hasChanged { get; set; }
Property Value
Type | Description |
---|---|
bool |
height
Declaration
public float height { get; set; }
Property Value
Type | Description |
---|---|
float |
isAutoFitting
Declaration
public bool isAutoFitting { get; set; }
Property Value
Type | Description |
---|---|
bool |
isDefaultHeight
Declaration
public bool isDefaultHeight { get; }
Property Value
Type | Description |
---|---|
bool |
isDefaultWidth
Declaration
public bool isDefaultWidth { get; }
Property Value
Type | Description |
---|---|
bool |
margins
Declaration
public Vector4 margins { get; set; }
Property Value
Type | Description |
---|---|
Vector4 |
pivot
Declaration
public Vector2 pivot { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |
rect
Declaration
public Rect rect { get; set; }
Property Value
Type | Description |
---|---|
Rect |
rectTransform
Declaration
public RectTransform rectTransform { get; }
Property Value
Type | Description |
---|---|
RectTransform |
size
Declaration
public Vector2 size { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |
textMeshPro
Declaration
public TextMeshPro textMeshPro { get; }
Property Value
Type | Description |
---|---|
TextMeshPro |
width
Declaration
public float width { get; set; }
Property Value
Type | Description |
---|---|
float |
worldCorners
Declaration
public Vector3[] worldCorners { get; }
Property Value
Type | Description |
---|---|
Vector3[] |
Methods
| Edit this page View SourceAwake()
Declaration
protected override void Awake()
Overrides
UnityEngine.EventSystems.UIBehaviour.Awake()
|
Edit this page
View Source
OnDisable()
Declaration
protected override void OnDisable()
Overrides
UnityEngine.EventSystems.UIBehaviour.OnDisable()
|
Edit this page
View Source
OnEnable()
Declaration
protected override void OnEnable()
Overrides
UnityEngine.EventSystems.UIBehaviour.OnEnable()
|
Edit this page
View Source
OnRectTransformDimensionsChange()
Declaration
protected override void OnRectTransformDimensionsChange()
Overrides
UnityEngine.EventSystems.UIBehaviour.OnRectTransformDimensionsChange()