Namespace: DeltaEngine.GraphicsAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
protected abstract void SetNativeData(
byte[] vertexData,
short[] indices
)
protected abstract void SetNativeData(
byte[] vertexData,
short[] indices
)
Protected MustOverride Sub SetNativeData (
vertexData As Byte(),
indices As Short()
)
Protected MustOverride Sub SetNativeData (
vertexData As Byte(),
indices As Short()
)
protected:
virtual void SetNativeData(
array<unsigned char>^ vertexData,
array<short>^ indices
) abstract
protected:
virtual void SetNativeData(
array<unsigned char>^ vertexData,
array<short>^ indices
) abstract
abstract SetNativeData :
vertexData : byte[] *
indices : int16[] -> unit
abstract SetNativeData :
vertexData : byte[] *
indices : int16[] -> unit