C# Class AnimEvent, Zombayo

Inheritance: System.Object
Exibir arquivo 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_oe property

public string MethodCall
return string

animationTag public_oe property

public string animationTag
return string

castToSurface public_oe property

public bool castToSurface
return bool

effect public_oe property

public GameObject effect
return GameObject

eventType public_oe property

public AE_EventType eventType
return AE_EventType

fireTime public_oe property

public float fireTime
return float

layer public_oe property

public int layer
return int

rotation public_oe property

public Rotation, rotation
return Rotation,

target public_oe property

public Transform target
return Transform