Class BufferComponent
Inheritance
System.Object
BufferComponent
Implements
System.IDisposable
Assembly: AxEngine.dll
Syntax
public class BufferComponent : ActorComponent, IDisposable
Constructors
|
Improve this Doc
View Source
BufferComponent()
Declaration
|
Improve this Doc
View Source
BufferComponent(BufferData2D<Int32>)
Declaration
public BufferComponent(BufferData2D<int> bufferData)
Parameters
Fields
|
Improve this Doc
View Source
BufferData
Declaration
public BufferData2D<int> BufferData
Field Value
Methods
|
Improve this Doc
View Source
SetData(BufferData2D<Int32>)
Declaration
public void SetData(BufferData2D<int> bufferData)
Parameters
Implements
System.IDisposable