BEPUphysicsDrawer.Models.DisplayEntityModel.Update C# (CSharp) Method

Update() public method

Updates the display object.
public Update ( ) : void
return void
        public override void Update()
        {
            WorldTransform = LocalTransform * Entity.WorldTransform;
        }