C# Class scratch_map_bounds_checker, Lurk2015

Inheritance: MonoBehaviour
ファイルを表示 Open project: gmuGADIG/Lurk2015

Public Properties

Property Type Description
respawn_delay float
respawnable GameObject
spawnX float

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

respawn() public method

public respawn ( ) : void
return void

Property Details

respawn_delay public_oe property

public float respawn_delay
return float

respawnable public_oe property

public GameObject respawnable
return GameObject

spawnX public_oe property

public float spawnX
return float