Creates new XBoxTextures class instance with the textures given in the collection textures.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public XBoxTextures( Texture[] textures, int offset ) |
Parameters
- textures
- Type: array<
Texture
>[]()[]
The Texture texture collection.
- offset
- Type: System..::.Int32
Offset in the texture array textures where do start the textures to make the instance up.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | textures is nullNothingnullptra null reference (Nothing in Visual Basic). |