C# Class UnityExplosion, casanova-mk2

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

Public Properties

Property Type Description
destroyed bool

Public Methods

Method Description
Instantiate ( Vector3 position ) : UnityExplosion,
Start ( ) : void
Update ( ) : void

Method Details

Instantiate() public static method

public static Instantiate ( Vector3 position ) : UnityExplosion,
position Vector3
return UnityExplosion,

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

destroyed public_oe property

public bool destroyed
return bool