C# Class BulletCSharp.btVertexBufferDescriptor

Inheritance: IDisposable
Datei anzeigen Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
getBufferType ( ) : btVertexBufferDescriptor.BufferTypes
getNormalOffset ( ) : int
getNormalStride ( ) : int
getVertexOffset ( ) : int
getVertexStride ( ) : int
hasNormals ( ) : bool
hasVertexPositions ( ) : bool

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

getBufferType() public method

public getBufferType ( ) : btVertexBufferDescriptor.BufferTypes
return btVertexBufferDescriptor.BufferTypes

getNormalOffset() public method

public getNormalOffset ( ) : int
return int

getNormalStride() public method

public getNormalStride ( ) : int
return int

getVertexOffset() public method

public getVertexOffset ( ) : int
return int

getVertexStride() public method

public getVertexStride ( ) : int
return int

hasNormals() public method

public hasNormals ( ) : bool
return bool

hasVertexPositions() public method

public hasVertexPositions ( ) : bool
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool