C# Class UnityBullet, casanova-mk2

Inheritance: MonoBehaviour
Show file Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
destroyed bool
impact bool
mainCamera Camera

Public Methods

Method Description
Instantiate ( Vector3 pos ) : UnityBullet,
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

Instantiate() public static method

public static Instantiate ( Vector3 pos ) : UnityBullet,
pos Vector3
return UnityBullet,

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

destroyed public property

public bool destroyed
return bool

impact public property

public bool impact
return bool

mainCamera public property

public Camera mainCamera
return Camera