Class CMotorController
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CMotorController : NativeObject
- Inheritance
-
object
CMotorController
- Inherited Members
-
Constructors
CMotorController(nint)
public CMotorController(nint pointer)
Parameters
pointer
nint
Properties
Axis
[SchemaMember("CMotorController", "m_axis")]
public Vector Axis { get; }
Property Value
- Vector
InertiaFactor
[SchemaMember("CMotorController", "m_inertiaFactor")]
public ref float InertiaFactor { get; }
Property Value
- float
MaxTorque
[SchemaMember("CMotorController", "m_maxTorque")]
public ref float MaxTorque { get; }
Property Value
- float
Speed
[SchemaMember("CMotorController", "m_speed")]
public ref float Speed { get; }
Property Value
- float