Universe.Physics.BulletSPlugin.BSAPITemplate.IsNonMoving C# (CSharp) Method

IsNonMoving() public abstract method

public abstract IsNonMoving ( BulletShape shape ) : bool
shape BulletShape
return bool
        public abstract bool IsNonMoving(BulletShape shape);
BSAPITemplate