C# Class MetroColliderControll

Inheritance: MonoBehaviour
ファイルを表示 Open project: SNUGDC/stardust

Public Properties

Property Type Description
Condition bool
Girl GameObject
Go bool

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

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

OnTriggerExit2D() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

Condition public_oe property

public bool Condition
return bool

Girl public_oe property

public GameObject Girl
return GameObject

Go public_oe property

public bool Go
return bool