C# Class LeveredPlatform, clockwork

Inheritance: MovingPlatform
ファイルを表示 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_oe property

public GameObject connection
return GameObject

pivot public_oe property

public GameObject pivot
return GameObject

restingPivot public_oe property

public GameObject restingPivot
return GameObject

topPivot public_oe property

public GameObject topPivot
return GameObject