C# Class UnityBullet, casanova-mk2

Inheritance: MonoBehaviour
Afficher le fichier Open project: vs-team/casanova-mk2

Méthodes publiques

Свойство Type Description
destroyed bool
impact bool
mainCamera Camera

Méthodes publiques

Méthode Description
Instantiate ( Vector3 pos ) : UnityBullet,
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

Instantiate() public static méthode

public static Instantiate ( Vector3 pos ) : UnityBullet,
pos Vector3
Résultat UnityBullet,

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
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

destroyed public_oe property

public bool destroyed
Résultat bool

impact public_oe property

public bool impact
Résultat bool

mainCamera public_oe property

public Camera mainCamera
Résultat Camera