C# Class KeyPickup, dreams

Inheritance: MonoBehaviour
ファイルを表示 Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Public Properties

Property Type Description
KeyName string

Public Methods

Method Description
OnTriggerEnter ( Collider col ) : void
Start ( ) : void

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

KeyName public_oe property

public string KeyName
return string