Class MenuBase.TextElement
Inheritance
System.Object
MenuBase.TextElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FlatPMSDK.Menu
Assembly: FlatPMSDK.dll
Syntax
public class TextElement
Fields
folder
Declaration
public MenuBase.MenuObject folder
Field Value
Type | Description |
---|---|
MenuBase.MenuObject |
hover
Declaration
public bool hover
Field Value
Type | Description |
---|---|
System.Boolean |
opt
Declaration
public string[] opt
Field Value
Type | Description |
---|---|
System.String[] |
optPTR
Declaration
public IntPtr optPTR
Field Value
Type | Description |
---|---|
System.IntPtr |
padding
Declaration
public int padding
Field Value
Type | Description |
---|---|
System.Int32 |
position
Declaration
public Vector2 position
Field Value
Type | Description |
---|---|
Vector2 |
size
Declaration
public Size2 size
Field Value
Type | Description |
---|---|
Size2 |
text
Declaration
public string text
Field Value
Type | Description |
---|---|
System.String |