C# Class BT_MoveHind, Heracles

Inheritance: MonoBehaviour
显示文件 Open project: TrinityUniversityGameDesign/Heracles

Public Properties

Property Type Description
beginSwitch bool
destroyHind bool
jumpForce float
setDirection string
slowHind bool
speed float
stopHind bool

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Start ( ) : 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

Start() public method

public Start ( ) : void
return void

Property Details

beginSwitch public_oe property

public bool beginSwitch
return bool

destroyHind public_oe property

public bool destroyHind
return bool

jumpForce public_oe property

public float jumpForce
return float

setDirection public_oe property

public string setDirection
return string

slowHind public_oe property

public bool slowHind
return bool

speed public_oe property

public float speed
return float

stopHind public_oe property

public bool stopHind
return bool