BEPUphysics.Paths.PathFollowing.EntityRotator.EntityRotator C# (CSharp) Метод

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

Constructs a new EntityRotator.
public EntityRotator ( Entity e ) : System
e Entity Entity to move.
Результат System
        public EntityRotator(Entity e)
        {
            IsUpdatedSequentially = false;
            AngularMotor = new SingleEntityAngularMotor(e);
            Entity = e;

            AngularMotor.Settings.Mode = MotorMode.Servomechanism;
            TargetOrientation = e.Orientation;
        }

Same methods

EntityRotator::EntityRotator ( Entity e, SingleEntityAngularMotor angularMotor ) : System