Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the index buffer has 16-bit indices or 32-bit indices.
Definition
Visual Basic Public ReadOnly Property Is16BitIndices As Boolean C# public bool Is16BitIndices { get; } C++ public:
property bool Is16BitIndices {
bool get();
}JScript public function get Is16BitIndices() : boolean
Property Value
System.Boolean
Returns true if the index buffer has 16-bit indices, or false if the index buffer has 32-bit indices.This property is read-only.