C# Class BulletCSharp.btTriIndex

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btTriIndex ( int partId, int triangleIndex, SWIGTYPE_p_btCollisionShape shape ) : System
getPartId ( ) : int
getTriangleIndex ( ) : int
getUid ( ) : int

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btTriIndex() public method

public btTriIndex ( int partId, int triangleIndex, SWIGTYPE_p_btCollisionShape shape ) : System
partId int
triangleIndex int
shape SWIGTYPE_p_btCollisionShape
return System

getPartId() public method

public getPartId ( ) : int
return int

getTriangleIndex() public method

public getTriangleIndex ( ) : int
return int

getUid() public method

public getUid ( ) : int
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool