Space Engineers
|
Public Member Functions | |
void | SetMaterial (int x, int y, T value) |
void | SetValue (int x, int y, ref T value) |
void | GetValue (int x, int y, out T value) |
T | GetValue (float x, float y) |
MyCubemapData (int resolution) | |
void | CopyRange (Vector2I start, Vector2I end, MyCubemapData< T > other, Vector2I oStart, Vector2I oEnd) |
void | CopyRange (Vector2I start, Vector2I end, IMyWrappedCubemapFace other, Vector2I oStart, Vector2I oEnd) |
void | FinishFace (string name) |
Public Attributes | |
T[] | Data |
Properties | |
int | Resolution [get, set] |
int | ResolutionMinusOne [get, set] |
Properties inherited from Sandbox.Engine.Voxels.IMyWrappedCubemapFace | |
int | Resolution [get] |
int | ResolutionMinusOne [get] |
T | : | struct | |
T | : | IEquatable<T> |
Definition at line 132 of file MyPlanetCubemaps.cs.
|
inline |
Definition at line 162 of file MyPlanetCubemaps.cs.
|
inline |
Definition at line 199 of file MyPlanetCubemaps.cs.
|
inline |
Implements Sandbox.Engine.Voxels.IMyWrappedCubemapFace.
Definition at line 215 of file MyPlanetCubemaps.cs.
|
inline |
Implements Sandbox.Engine.Voxels.IMyWrappedCubemapFace.
Definition at line 227 of file MyPlanetCubemaps.cs.
|
inline |
Definition at line 149 of file MyPlanetCubemaps.cs.
|
inline |
Definition at line 154 of file MyPlanetCubemaps.cs.
|
inline |
Definition at line 138 of file MyPlanetCubemaps.cs.
|
inline |
Definition at line 143 of file MyPlanetCubemaps.cs.
T [] Sandbox.Engine.Voxels.MyCubemapData< T >.Data |
Definition at line 136 of file MyPlanetCubemaps.cs.
|
getset |
Definition at line 248 of file MyPlanetCubemaps.cs.
|
getset |
Definition at line 250 of file MyPlanetCubemaps.cs.