C# Class BulletCSharp.bt32BitAxisSweep3

Inheritance: IDisposable
Exibir arquivo Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
bt32BitAxisSweep3 ( SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax ) : System
bt32BitAxisSweep3 ( SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax, uint maxHandles ) : System
bt32BitAxisSweep3 ( SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax, uint maxHandles, SWIGTYPE_p_btOverlappingPairCache pairCache ) : System
bt32BitAxisSweep3 ( SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax, uint maxHandles, SWIGTYPE_p_btOverlappingPairCache pairCache, bool disableRaycastAccelerator ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

bt32BitAxisSweep3() public method

public bt32BitAxisSweep3 ( SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax ) : System
worldAabbMin SWIGTYPE_p_btVector3
worldAabbMax SWIGTYPE_p_btVector3
return System

bt32BitAxisSweep3() public method

public bt32BitAxisSweep3 ( SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax, uint maxHandles ) : System
worldAabbMin SWIGTYPE_p_btVector3
worldAabbMax SWIGTYPE_p_btVector3
maxHandles uint
return System

bt32BitAxisSweep3() public method

public bt32BitAxisSweep3 ( SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax, uint maxHandles, SWIGTYPE_p_btOverlappingPairCache pairCache ) : System
worldAabbMin SWIGTYPE_p_btVector3
worldAabbMax SWIGTYPE_p_btVector3
maxHandles uint
pairCache SWIGTYPE_p_btOverlappingPairCache
return System

bt32BitAxisSweep3() public method

public bt32BitAxisSweep3 ( SWIGTYPE_p_btVector3 worldAabbMin, SWIGTYPE_p_btVector3 worldAabbMax, uint maxHandles, SWIGTYPE_p_btOverlappingPairCache pairCache, bool disableRaycastAccelerator ) : System
worldAabbMin SWIGTYPE_p_btVector3
worldAabbMax SWIGTYPE_p_btVector3
maxHandles uint
pairCache SWIGTYPE_p_btOverlappingPairCache
disableRaycastAccelerator bool
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool