C# Class HudAnimation, UnderworldExporter

Inheritance: GuiBase
Show file 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 static property

public static int NormalCullingMask
return int

PreviousAnimation public property

public string PreviousAnimation
return string

SetAnimation public property

public string SetAnimation
return string

TargetControl public property

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