BulletCSharp.btClock.getTimeMicroseconds C# (CSharp) Method

getTimeMicroseconds() public method

public getTimeMicroseconds ( ) : uint
return uint
        public uint getTimeMicroseconds()
        {
            uint ret = LinearMathPINVOKE.btClock_getTimeMicroseconds(swigCPtr);
            return ret;
        }