BEPUphysics.Constraints.SingleEntity.SingleEntityLinearMotor.SingleEntityLinearMotor C# (CSharp) Метод

SingleEntityLinearMotor() публичный Метод

Constructs a new single body linear motor. This motor will try to move a single entity to a goal velocity or to a goal position. This constructor will start the motor with isActive = false.
public SingleEntityLinearMotor ( ) : System
Результат System
        public SingleEntityLinearMotor()
        {
            settings = new MotorSettings3D(this);
            IsActive = false;
        }

Same methods

SingleEntityLinearMotor::SingleEntityLinearMotor ( Entity entity, Vector3 point ) : System