Show / Hide Table of Contents

Class MenuBase.FolderElement

Inheritance
System.Object
MenuBase.FolderElement
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 FolderElement

Fields

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
Back to top Generated by DocFX