Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Get if we will be using the regular 32-bit Index Buffer (Integer) or the 16-bit Index Buffer (Short).
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
protected bool IsUsingIntegerIndexBuffer { get; }
|
Visual Basic
|
Protected ReadOnly Property IsUsingIntegerIndexBuffer As Boolean
Get
|
Visual C++
|
protected:
property bool IsUsingIntegerIndexBuffer {
bool get ();
}
|
Property Value
Type: Boolean
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|