C# Class BulletCSharp.btHashInt

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btHashInt ( int uid ) : System
equals ( btHashInt other ) : bool
getHash ( ) : uint
getUid1 ( ) : int
setUid1 ( int uid ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btHashInt() public method

public btHashInt ( int uid ) : System
uid int
return System

equals() public method

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

getHash() public method

public getHash ( ) : uint
return uint

getUid1() public method

public getUid1 ( ) : int
return int

setUid1() public method

public setUid1 ( int uid ) : void
uid int
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool