C# Class BulletCSharp.btClock

Inheritance: IDisposable
Show file Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btClock ( ) : System
btClock ( btClock other ) : System
getTimeMicroseconds ( ) : uint
getTimeMilliseconds ( ) : uint
reset ( ) : void

Private Methods

Method Description
btClock ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btClock obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btClock() public method

public btClock ( ) : System
return System

btClock() public method

public btClock ( btClock other ) : System
other btClock
return System

getTimeMicroseconds() public method

public getTimeMicroseconds ( ) : uint
return uint

getTimeMilliseconds() public method

public getTimeMilliseconds ( ) : uint
return uint

reset() public method

public reset ( ) : void
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool