C# Class WorldObjectAnim, ggj16

Inheritance: MonoBehaviour, Rhythm.Listener
Show file Open project: amzeratul/ggj16

Public Properties

Property Type Description
BaseRotation Quaternion

Public Methods

Method Description
OnSpawn ( ) : void
OnTick ( ) : void

Protected Methods

Method Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
UpdateNormal ( ) : void
UpdateSpawning ( ) : void
UpdateSquish ( float t ) : void
UpdateSwing ( float t ) : void

Method Details

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnSpawn() public method

public OnSpawn ( ) : void
return void

OnTick() public method

public OnTick ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

BaseRotation public property

public Quaternion BaseRotation
return Quaternion