C# Class BladeMaster, VRCubeSword

Inheritance: MonoBehaviour
Afficher le fichier Open project: VirsixInc/VRCubeSword

Méthodes publiques

Свойство Type Description
leftSwipe WeaponTrail
rightSwipe WeaponTrail

Protected Properties

Свойство Type Description
animationController AnimationController,
facingAngle float
t float
thinkState int
thinkTime float
timeScale float

Méthodes protégées

Méthode Description
Awake ( ) : void
Initialise ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

Initialise() protected méthode

protected Initialise ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

animationController protected_oe property

protected AnimationController, animationController
Résultat AnimationController,

facingAngle protected_oe property

protected float facingAngle
Résultat float

leftSwipe public_oe property

public WeaponTrail leftSwipe
Résultat WeaponTrail

rightSwipe public_oe property

public WeaponTrail rightSwipe
Résultat WeaponTrail

t protected_oe property

protected float t
Résultat float

thinkState protected_oe property

protected int thinkState
Résultat int

thinkTime protected_oe property

protected float thinkTime
Résultat float

timeScale protected_oe property

protected float timeScale
Résultat float