BEPUphysics.EntityStateManagement.StateReadBuffers.GetState C# (CSharp) Method

GetState() public method

Gets the state of the entity associated with the given index. Does not lock the FlipLocker.
public GetState ( int motionStateIndex ) : MotionState
motionStateIndex int Index of the entity.
return MotionState
        public MotionState GetState(int motionStateIndex)
        {
            return frontBuffer[motionStateIndex];
        }