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

UseFrameOffset() public abstract method

public abstract UseFrameOffset ( BulletConstraint constrain, float enable ) : bool
constrain BulletConstraint
enable float
return bool
        public abstract bool UseFrameOffset(BulletConstraint constrain, float enable);
BSAPITemplate