C# Class BulletCSharp.btVertexBufferDescriptor

Inheritance: IDisposable
Afficher le fichier Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

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

Private Methods

Méthode Description
btVertexBufferDescriptor ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btVertexBufferDescriptor obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

getBufferType() public méthode

public getBufferType ( ) : btVertexBufferDescriptor.BufferTypes
Résultat btVertexBufferDescriptor.BufferTypes

getNormalOffset() public méthode

public getNormalOffset ( ) : int
Résultat int

getNormalStride() public méthode

public getNormalStride ( ) : int
Résultat int

getVertexOffset() public méthode

public getVertexOffset ( ) : int
Résultat int

getVertexStride() public méthode

public getVertexStride ( ) : int
Résultat int

hasNormals() public méthode

public hasNormals ( ) : bool
Résultat bool

hasVertexPositions() public méthode

public hasVertexPositions ( ) : bool
Résultat bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool