C# Class HudAnimation, UnderworldExporter

Inheritance: GuiBase
Datei anzeigen Open project: hankmorgan/UnderworldExporter

Public Properties

Property Type Description
NormalCullingMask int
PreviousAnimation string
SetAnimation string
TargetControl UnityEngine.UI.RawImage

Public Methods

Method Description
Start ( ) : void

Protected Methods

Method Description
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

NormalCullingMask public_oe static_oe property

public static int NormalCullingMask
return int

PreviousAnimation public_oe property

public string PreviousAnimation
return string

SetAnimation public_oe property

public string SetAnimation
return string

TargetControl public_oe property

public RawImage,UnityEngine.UI TargetControl
return UnityEngine.UI.RawImage