C# Class BladeMaster, VRCubeSword

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

protected AnimationController, animationController
return AnimationController,

facingAngle protected_oe property

protected float facingAngle
return float

leftSwipe public_oe property

public WeaponTrail leftSwipe
return WeaponTrail

rightSwipe public_oe property

public WeaponTrail rightSwipe
return WeaponTrail

t protected_oe property

protected float t
return float

thinkState protected_oe property

protected int thinkState
return int

thinkTime protected_oe property

protected float thinkTime
return float

timeScale protected_oe property

protected float timeScale
return float