C# Class selfDestruct, SlashRunner

Inheritance: MonoBehaviour
显示文件 Open project: matthewAURA/SlashRunner

Public Properties

Property Type Description
item GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
destruct ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

destruct() public method

public destruct ( ) : void
return void

Property Details

item public_oe property

public GameObject item
return GameObject