C# Class LeveredPlatform, clockwork

Inheritance: MovingPlatform
Afficher le fichier Open project: shadowseer99/clockwork

Méthodes publiques

Свойство Type Description
connection GameObject
pivot GameObject
restingPivot GameObject
topPivot GameObject

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
SetRopeLength ( float length, Vector3 connection ) : Vector3

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

SetRopeLength() public méthode

public SetRopeLength ( float length, Vector3 connection ) : Vector3
length float
connection Vector3
Résultat Vector3

Property Details

connection public_oe property

public GameObject connection
Résultat GameObject

pivot public_oe property

public GameObject pivot
Résultat GameObject

restingPivot public_oe property

public GameObject restingPivot
Résultat GameObject

topPivot public_oe property

public GameObject topPivot
Résultat GameObject