C# Class BulletCSharp.btSoftBodySolverOutput

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
copySoftBodyToVertexBuffer ( btSoftBody softBody, btVertexBufferDescriptor vertexBuffer ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

copySoftBodyToVertexBuffer() public method

public copySoftBodyToVertexBuffer ( btSoftBody softBody, btVertexBufferDescriptor vertexBuffer ) : void
softBody btSoftBody
vertexBuffer btVertexBufferDescriptor
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool