Class ThrusterController
Inheritance
System.Object
ThrusterController
Assembly: cs.temp.dll.dll
Syntax
public class ThrusterController : MonoBehaviour
Fields
thrusters
Declaration
public List<PwmThruster> thrusters
Field Value
Methods
ApplyPwm(Single[])
Declaration
public void ApplyPwm(float[] array)
Parameters
Type |
Name |
Description |
System.Single[] |
array |
|
ApplyPwm(Vector3, Matrix<Double>)
Declaration
public void ApplyPwm(Vector3 tau, Matrix<double> inverseAllocationMatrix)
Parameters
Type |
Name |
Description |
Vector3 |
tau |
|
Matrix<System.Double> |
inverseAllocationMatrix |
|