C# Class HitBehaviour, rainCrossBow

Inheritance: MonoBehaviour
Afficher le fichier Open project: Collegiennes/rainCrossBow Class Usage Examples

Méthodes publiques

Свойство Type Description
Velocity Vector3

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
SetSpeed ( float speed ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

SetSpeed() public méthode

public SetSpeed ( float speed ) : void
speed float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

Velocity public_oe property

public Vector3 Velocity
Résultat Vector3