C# Class VRLinearAnimation

Inheritance: MonoBehaviour
ファイルを表示 Open project: adamhleslie/MorningRitual-GlobalGameJam2016

Public Properties

Property Type Description
animation Animation
linearMapping VRLinearMapping,

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

animation public_oe property

public Animation animation
return Animation

linearMapping public_oe property

public VRLinearMapping, linearMapping
return VRLinearMapping,