C# Class TriggerWallScript, Joyful

Inheritance: MonoBehaviour
ファイルを表示 Open project: GDCASU/Joyful Class Usage Examples

Public Properties

Property Type Description
playerInZone bool

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
getTurnedOn ( ) : bool

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getTurnedOn() public method

public getTurnedOn ( ) : bool
return bool

Property Details

playerInZone public_oe property

public bool playerInZone
return bool