C# Class UIParser.ParserState

Object used to keep track of state when walking an AST tree (see UIScreen.WalkTree in Gonzo).
ファイルを表示 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
Alignment int
Caption string
Color Microsoft.Xna.Framework.Color
CurrentStringTable int
Font int
Image string
InSharedPropertiesGroup bool
IsOpaque bool
LeftArrowImage string
Opaque int
Orientation int
Position int[]
Size Microsoft.Xna.Framework.Vector2
TextButton bool
TextColor Microsoft.Xna.Framework.Color
Tooltip string

Property Details

Alignment public_oe property

public int Alignment
return int

Caption public_oe property

public string Caption
return string

Color public_oe property

public Color,Microsoft.Xna.Framework Color
return Microsoft.Xna.Framework.Color

CurrentStringTable public_oe property

public int CurrentStringTable
return int

Font public_oe property

public int Font
return int

Image public_oe property

public string Image
return string

InSharedPropertiesGroup public_oe property

public bool InSharedPropertiesGroup
return bool

IsOpaque public_oe property

public bool IsOpaque
return bool

LeftArrowImage public_oe property

public string LeftArrowImage
return string

Opaque public_oe property

public int Opaque
return int

Orientation public_oe property

public int Orientation
return int

Position public_oe property

public int[] Position
return int[]

Size public_oe property

public Vector2,Microsoft.Xna.Framework Size
return Microsoft.Xna.Framework.Vector2

TextButton public_oe property

public bool TextButton
return bool

TextColor public_oe property

public Color,Microsoft.Xna.Framework TextColor
return Microsoft.Xna.Framework.Color

Tooltip public_oe property

public string Tooltip
return string