C# Class TagTool.TagDefinitions.Scenario.CutsceneTitle

Show file Open project: TheGuardians/TagTool

Public Properties

Property Type Description
FadeInTime float
FadeOutTime float
Font short
HorizontalJustification HorizontalJustificationValue
Name StringID
ShadowColorA byte
ShadowColorB byte
ShadowColorG byte
ShadowColorR byte
TextBoundsBottom short
TextBoundsLeft short
TextBoundsRight short
TextBoundsTop short
TextColorA byte
TextColorB byte
TextColorG byte
TextColorR byte
Unknown short
Uptime float
VerticalJustification VerticalJustificationValue

Property Details

FadeInTime public property

public float FadeInTime
return float

FadeOutTime public property

public float FadeOutTime
return float

Font public property

public short Font
return short

HorizontalJustification public property

public HorizontalJustificationValue HorizontalJustification
return HorizontalJustificationValue

Name public property

public StringID Name
return StringID

ShadowColorA public property

public byte ShadowColorA
return byte

ShadowColorB public property

public byte ShadowColorB
return byte

ShadowColorG public property

public byte ShadowColorG
return byte

ShadowColorR public property

public byte ShadowColorR
return byte

TextBoundsBottom public property

public short TextBoundsBottom
return short

TextBoundsLeft public property

public short TextBoundsLeft
return short

TextBoundsRight public property

public short TextBoundsRight
return short

TextBoundsTop public property

public short TextBoundsTop
return short

TextColorA public property

public byte TextColorA
return byte

TextColorB public property

public byte TextColorB
return byte

TextColorG public property

public byte TextColorG
return byte

TextColorR public property

public byte TextColorR
return byte

Unknown public property

public short Unknown
return short

Uptime public property

public float Uptime
return float

VerticalJustification public property

public VerticalJustificationValue VerticalJustification
return VerticalJustificationValue