C# Class BladeMaster, VRCubeSword

Inheritance: MonoBehaviour
Show file Open project: VirsixInc/VRCubeSword

Public Properties

Property Type Description
leftSwipe WeaponTrail
rightSwipe WeaponTrail

Protected Properties

Property Type Description
animationController AnimationController,
facingAngle float
t float
thinkState int
thinkTime float
timeScale float

Protected Methods

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

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Initialise() protected method

protected Initialise ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

animationController protected property

protected AnimationController, animationController
return AnimationController,

facingAngle protected property

protected float facingAngle
return float

leftSwipe public property

public WeaponTrail leftSwipe
return WeaponTrail

rightSwipe public property

public WeaponTrail rightSwipe
return WeaponTrail

t protected property

protected float t
return float

thinkState protected property

protected int thinkState
return int

thinkTime protected property

protected float thinkTime
return float

timeScale protected property

protected float timeScale
return float