C# Class ccGroupScale, GGJ2016

Inheritance: MonoBehaviour
Show file Open project: netgrind/GGJ2016

Public Properties

Property Type Description
axisAddScale Vector3
axisBaseScale Vector3
frequency float
phase float
phasePerSecond float
scale UnityEngine.AnimationCurve

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

axisAddScale public property

public Vector3 axisAddScale
return Vector3

axisBaseScale public property

public Vector3 axisBaseScale
return Vector3

frequency public property

public float frequency
return float

phase public property

public float phase
return float

phasePerSecond public property

public float phasePerSecond
return float

scale public property

public AnimationCurve,UnityEngine scale
return UnityEngine.AnimationCurve