Class Surface
Inheritance
System.Object
Surface
Syntax
Constructors
Surface(Int32, Int32)
Declaration
public Surface(int w, int h)
Parameters
Type |
Name |
Description |
System.Int32 |
w |
|
System.Int32 |
h |
|
Properties
color
Declaration
public NativeArray<Color32> color { get; }
Property Value
Type |
Description |
NativeArray<Color32> |
|
height
Declaration
public int height { get; }
Property Value
Type |
Description |
System.Int32 |
|
width
Declaration
public int width { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Dispose()
Declaration