C# Class FloatingStem

Inheritance: MonoBehaviour
Show file Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
transitionWidth float
waterAngularDrag float
waterCurrentForce float
waterCurrentVelocity Vector3
waterDrag float
waterForce float
waterHeight float
waterTorque float

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

transitionWidth public property

public float transitionWidth
return float

waterAngularDrag public property

public float waterAngularDrag
return float

waterCurrentForce public property

public float waterCurrentForce
return float

waterCurrentVelocity public property

public Vector3 waterCurrentVelocity
return Vector3

waterDrag public property

public float waterDrag
return float

waterForce public property

public float waterForce
return float

waterHeight public property

public float waterHeight
return float

waterTorque public property

public float waterTorque
return float