Property | Type | Description | |
---|---|---|---|
destroyed | bool | ||
impact | bool | ||
mainCamera | Camera |
Method | Description | |
---|---|---|
Instantiate ( Vector3 pos ) : UnityBullet, | ||
OnTriggerEnter ( Collider other ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public static Instantiate ( Vector3 pos ) : UnityBullet, | ||
pos | Vector3 | |
return | UnityBullet, |
public OnTriggerEnter ( Collider other ) : void | ||
other | Collider | |
return | void |