C# Class MoveHind2, Heracles

Inheritance: MonoBehaviour
Show file Open project: TrinityUniversityGameDesign/Heracles

Public Properties

Property Type Description
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

destroyHind public property

public bool destroyHind
return bool

jumpForce public property

public float jumpForce
return float

setDirection public property

public string setDirection
return string

slowHind public property

public bool slowHind
return bool

speed public property

public float speed
return float

stopHind public property

public bool stopHind
return bool