Gets or sets the DirectX layer Texture texture for the given index face.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Texture this[
	XBoxTexture index
] { get; set; }

Parameters

index
Type: SGP.XSpace..::.XBoxTexture
The texture type to get the value.

See Also