C# Class BulletCSharp.btSimpleBroadphaseProxy

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GetNextFree ( ) : int
SetNextFree ( int next ) : void
btSimpleBroadphaseProxy ( ) : System
btSimpleBroadphaseProxy ( SWIGTYPE_p_btVector3 minpt, SWIGTYPE_p_btVector3 maxpt, int shapeType, SWIGTYPE_p_void userPtr, short collisionFilterGroup, short collisionFilterMask, SWIGTYPE_p_void multiSapProxy ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetNextFree() public method

public GetNextFree ( ) : int
return int

SetNextFree() public method

public SetNextFree ( int next ) : void
next int
return void

btSimpleBroadphaseProxy() public method

public btSimpleBroadphaseProxy ( ) : System
return System

btSimpleBroadphaseProxy() public method

public btSimpleBroadphaseProxy ( SWIGTYPE_p_btVector3 minpt, SWIGTYPE_p_btVector3 maxpt, int shapeType, SWIGTYPE_p_void userPtr, short collisionFilterGroup, short collisionFilterMask, SWIGTYPE_p_void multiSapProxy ) : System
minpt SWIGTYPE_p_btVector3
maxpt SWIGTYPE_p_btVector3
shapeType int
userPtr SWIGTYPE_p_void
collisionFilterGroup short
collisionFilterMask short
multiSapProxy SWIGTYPE_p_void
return System

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool