C# Class BulletCSharp.btTypedObject

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btTypedObject ( int objectType ) : System
getObjectType ( ) : int

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btTypedObject() public method

public btTypedObject ( int objectType ) : System
objectType int
return System

getObjectType() public method

public getObjectType ( ) : int
return int

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool