C# Class tile_level_changer, 1gam-dungeon

Inheritance: MonoBehaviour
显示文件 Open project: OneGameAMonth/1gam-dungeon

Public Properties

Property Type Description
type int

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

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

type public_oe property

public int type
return int