C# Class Points, Unlimited-Bullet-Festival

Inheritance: MonoBehaviour
Afficher le fichier Open project: kvfrans/Unlimited-Bullet-Festival Class Usage Examples

Méthodes publiques

Свойство Type Description
player Transform
speed float
target string

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

player public_oe property

public Transform player
Résultat Transform

speed public_oe property

public float speed
Résultat float

target public_oe property

public string target
Résultat string