C# Class ccGroupScale, GGJ2016

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public Vector3 axisAddScale
return Vector3

axisBaseScale public_oe property

public Vector3 axisBaseScale
return Vector3

frequency public_oe property

public float frequency
return float

phase public_oe property

public float phase
return float

phasePerSecond public_oe property

public float phasePerSecond
return float

scale public_oe property

public AnimationCurve,UnityEngine scale
return UnityEngine.AnimationCurve