Universe.Physics.BulletSPlugin.BSAPIUnman.GetRestitution C# (CSharp) Method

GetRestitution() public method

public GetRestitution ( BulletBody obj ) : float
obj BulletBody
return float
        public override float GetRestitution(BulletBody obj)
        {
            BulletBodyUnman bodyu = obj as BulletBodyUnman;
            return BSAPICPP.GetRestitution2(bodyu.ptr);
        }
BSAPIUnman