C# Class LeveredPlatform, clockwork

Inheritance: MovingPlatform
Show file Open project: shadowseer99/clockwork

Public Properties

Property Type Description
connection GameObject
pivot GameObject
restingPivot GameObject
topPivot GameObject

Public Methods

Method Description
FixedUpdate ( ) : void
SetRopeLength ( float length, Vector3 connection ) : Vector3

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

SetRopeLength() public method

public SetRopeLength ( float length, Vector3 connection ) : Vector3
length float
connection Vector3
return Vector3

Property Details

connection public property

public GameObject connection
return GameObject

pivot public property

public GameObject pivot
return GameObject

restingPivot public property

public GameObject restingPivot
return GameObject

topPivot public property

public GameObject topPivot
return GameObject