C# Class Pulley, clockwork

Inheritance: EnviroGear
显示文件 Open project: shadowseer99/clockwork Class Usage Examples

Public Properties

Property Type Description
leftObj MovingPlatform,
resistance float
rightObj MovingPlatform,

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

leftObj public_oe property

public MovingPlatform, leftObj
return MovingPlatform,

resistance public_oe property

public float resistance
return float

rightObj public_oe property

public MovingPlatform, rightObj
return MovingPlatform,