Namespace: DeltaEngine.GraphicsAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
public Chunk(
Image texture,
int firstVertexOffsetInBytes,
int firstIndexOffsetInBytes
)
public Chunk(
Image texture,
int firstVertexOffsetInBytes,
int firstIndexOffsetInBytes
)
Public Sub New (
texture As Image,
firstVertexOffsetInBytes As Integer,
firstIndexOffsetInBytes As Integer
)
Public Sub New (
texture As Image,
firstVertexOffsetInBytes As Integer,
firstIndexOffsetInBytes As Integer
)
public:
Chunk(
Image^ texture,
int firstVertexOffsetInBytes,
int firstIndexOffsetInBytes
)
public:
Chunk(
Image^ texture,
int firstVertexOffsetInBytes,
int firstIndexOffsetInBytes
)
new :
texture : Image *
firstVertexOffsetInBytes : int *
firstIndexOffsetInBytes : int -> Chunk
new :
texture : Image *
firstVertexOffsetInBytes : int *
firstIndexOffsetInBytes : int -> Chunk