C# Class PlatformJumping, Lurk2015Testing

Inheritance: MonoBehaviour
Show file Open project: gmuGADIG/Lurk2015Testing

Public Properties

Property Type Description
bottomOfObject float
jumpDownLeft GameObject
jumpDownRight GameObject
jumpUpLeft GameObject
jumpUpRight GameObject
xCollideDist float

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

bottomOfObject public property

public float bottomOfObject
return float

jumpDownLeft public property

public GameObject jumpDownLeft
return GameObject

jumpDownRight public property

public GameObject jumpDownRight
return GameObject

jumpUpLeft public property

public GameObject jumpUpLeft
return GameObject

jumpUpRight public property

public GameObject jumpUpRight
return GameObject

xCollideDist public property

public float xCollideDist
return float