Universe.Physics.BulletSPlugin.BSAPIUnman.SetCcdMotionThreshold C# (CSharp) Méthode

SetCcdMotionThreshold() public méthode

public SetCcdMotionThreshold ( BulletBody obj, float val ) : void
obj BulletBody
val float
Résultat void
        public override void SetCcdMotionThreshold(BulletBody obj, float val)
        {
            BulletBodyUnman bodyu = obj as BulletBodyUnman;
            BSAPICPP.SetCcdMotionThreshold2(bodyu.ptr, val);
        }
BSAPIUnman