C# Class AnimEvent, Zombayo

Inheritance: System.Object
Show file Open project: pchernev/Zombayo Class Usage Examples

Public Properties

Property Type Description
MethodCall string
animationTag string
castToSurface bool
effect GameObject
eventType AE_EventType
fireTime float
layer int
rotation Rotation,
target Transform

Public Methods

Method Description
Init ( ) : void
Reset ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

MethodCall public property

public string MethodCall
return string

animationTag public property

public string animationTag
return string

castToSurface public property

public bool castToSurface
return bool

effect public property

public GameObject effect
return GameObject

eventType public property

public AE_EventType eventType
return AE_EventType

fireTime public property

public float fireTime
return float

layer public property

public int layer
return int

rotation public property

public Rotation, rotation
return Rotation,

target public property

public Transform target
return Transform