C# Class BulletCSharp.btEmptyShape

Inheritance: IDisposable
Mostrar archivo Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btEmptyShape ( ) : System
calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
getAabb ( SWIGTYPE_p_btTransform t, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
getLocalScaling ( ) : SWIGTYPE_p_btVector3
getName ( ) : string
processAllTriangles ( SWIGTYPE_p_btTriangleCallback arg0, SWIGTYPE_p_btVector3 arg1, SWIGTYPE_p_btVector3 arg2 ) : void
setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btEmptyShape() public method

public btEmptyShape ( ) : System
return System

calculateLocalInertia() public method

public calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
mass float
inertia SWIGTYPE_p_btVector3
return void

getAabb() public method

public getAabb ( SWIGTYPE_p_btTransform t, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
t SWIGTYPE_p_btTransform
aabbMin SWIGTYPE_p_btVector3
aabbMax SWIGTYPE_p_btVector3
return void

getLocalScaling() public method

public getLocalScaling ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

getName() public method

public getName ( ) : string
return string

processAllTriangles() public method

public processAllTriangles ( SWIGTYPE_p_btTriangleCallback arg0, SWIGTYPE_p_btVector3 arg1, SWIGTYPE_p_btVector3 arg2 ) : void
arg0 SWIGTYPE_p_btTriangleCallback
arg1 SWIGTYPE_p_btVector3
arg2 SWIGTYPE_p_btVector3
return void

setLocalScaling() public method

public setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void
scaling SWIGTYPE_p_btVector3
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool