C# Class BulletCSharp.btHashString

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btHashString ( string name ) : System
equals ( btHashString other ) : bool
getHash ( ) : uint
portableStringCompare ( string src, string dst ) : int

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btHashString() public method

public btHashString ( string name ) : System
name string
return System

equals() public method

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

getHash() public method

public getHash ( ) : uint
return uint

portableStringCompare() public method

public portableStringCompare ( string src, string dst ) : int
src string
dst string
return int

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool