Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Engine.Voxels.IMyWrappedCubemapFace Interface Reference
Inheritance diagram for Sandbox.Engine.Voxels.IMyWrappedCubemapFace:
Sandbox.Engine.Voxels.MyCubemapData< T > Sandbox.Engine.Voxels.Planet.MyHeightmapFace

Public Member Functions

void CopyRange (Vector2I start, Vector2I end, IMyWrappedCubemapFace other, Vector2I oStart, Vector2I oEnd)
 
void FinishFace (string name)
 

Properties

int Resolution [get]
 
int ResolutionMinusOne [get]
 

Detailed Description

Definition at line 14 of file MyPlanetCubemaps.cs.

Member Function Documentation

void Sandbox.Engine.Voxels.IMyWrappedCubemapFace.CopyRange ( Vector2I  start,
Vector2I  end,
IMyWrappedCubemapFace  other,
Vector2I  oStart,
Vector2I  oEnd 
)
void Sandbox.Engine.Voxels.IMyWrappedCubemapFace.FinishFace ( string  name)

Property Documentation

int Sandbox.Engine.Voxels.IMyWrappedCubemapFace.Resolution
get

Definition at line 19 of file MyPlanetCubemaps.cs.

int Sandbox.Engine.Voxels.IMyWrappedCubemapFace.ResolutionMinusOne
get

Definition at line 20 of file MyPlanetCubemaps.cs.


The documentation for this interface was generated from the following file: