Description
Defines a collection of textures, one for
each marker in the batch.
Syntax
| [Visual Basic .NET] |
|---|
Public Sub SetTextures( _
ByRef Textures() As Variant _
)
|
Parameters
- Textures
- An array containing a Texture 2D for each marker in the batch.
There must be one texture for each position passed to the Marker Batch Primitive's
SetorSetPartialmethod.
Remarks
Per-marker textures override the per-batch
texture. Therefore, when per-marker textures are defined with this
method, MarkerBatchPrimitive.Texture
is not used.
Example
Shows the format of
the Textures parameter when setting per marker textures.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the Textures parameter when setting per marker textures.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||