C# Class BulletCSharp.btHashPtr

Inheritance: IDisposable
ファイルを表示 Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btHashPtr ( SWIGTYPE_p_void ptr ) : System
equals ( btHashPtr other ) : bool
getHash ( ) : uint
getPointer ( ) : SWIGTYPE_p_void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btHashPtr() public method

public btHashPtr ( SWIGTYPE_p_void ptr ) : System
ptr SWIGTYPE_p_void
return System

equals() public method

public equals ( btHashPtr other ) : bool
other btHashPtr
return bool

getHash() public method

public getHash ( ) : uint
return uint

getPointer() public method

public getPointer ( ) : SWIGTYPE_p_void
return SWIGTYPE_p_void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool