C# Class Done_PlayerController, Space-shootert

Inheritance: MonoBehaviour
Afficher le fichier Open project: cortexarts/Space-shootert Class Usage Examples

Méthodes publiques

Свойство Type Description
boundary Done_Boundary,
fireRate float
shot GameObject
shotSpawn Transform
speed float
tilt float

Méthodes publiques

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

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

boundary public_oe property

public Done_Boundary, boundary
Résultat Done_Boundary,

fireRate public_oe property

public float fireRate
Résultat float

shot public_oe property

public GameObject shot
Résultat GameObject

shotSpawn public_oe property

public Transform shotSpawn
Résultat Transform

speed public_oe property

public float speed
Résultat float

tilt public_oe property

public float tilt
Résultat float