C# Class Wheel, AerialAssistSim

Inheritance: MonoBehaviour
Datei anzeigen Open project: rcahoon/AerialAssistSim Class Usage Examples

Public Properties

Property Type Description
Angle float
previousAngle float

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
RunJoint ( float speed ) : void
Update ( ) : void

Private Methods

Method Description
Angle360 ( Vector3 v1, Vector3 v2, Vector3 n ) : float
GetAngle ( ) : float

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

RunJoint() public method

public RunJoint ( float speed ) : void
speed float
return void

Update() public method

public Update ( ) : void
return void

Property Details

Angle public_oe property

public float Angle
return float

previousAngle public_oe property

public float previousAngle
return float