C# Class FuckSlimeTransport, Alternalien9-21-2015

Inheritance: MonoBehaviour
ファイルを表示 Open project: DragoonGames/Alternalien9-21-2015

Public Properties

Property Type Description
Sludge GameObject
isLeft bool
isNormal bool
isRight bool
isUpsideDown bool
newSludgePosition GameObject

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void

Method Details

OnTriggerEnter2D() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

Sludge public_oe property

public GameObject Sludge
return GameObject

isLeft public_oe property

public bool isLeft
return bool

isNormal public_oe property

public bool isNormal
return bool

isRight public_oe property

public bool isRight
return bool

isUpsideDown public_oe property

public bool isUpsideDown
return bool

newSludgePosition public_oe property

public GameObject newSludgePosition
return GameObject