Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..IndexBuffer Property
|
|
Get / Set the 32-bit Index Buffer values.
The Index Buffer is typically used when drawing Quads in the HiDef profile (except with MonoGame WinRT, which uses HiDef but only supports IndexBufferShort).
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
protected int[] IndexBuffer { get; set; }
|
Visual Basic
|
Protected Property IndexBuffer As Integer()
Get
Set
|
Visual C++
|
protected:
property array<int>^ IndexBuffer {
array<int>^ get ();
void set (array<int>^ value);
}
|
Property Value
Type: array<Int32>[]()[][]
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|