class TerrainStorage

in global :: Sandbox

Stores heightmaps, control maps and materials.


public float TerrainSize { get; set; }

Uniform world size of the width and length of the terrain.

public float TerrainHeight { get; set; }

World size of the maximum height of the terrain.

public TerrainStorage( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public string ResourceName { get; }

😔 No documentation found.

public string ResourcePath { get; }

😔 No documentation found.

public int ResourceId { get; }

😔 No documentation found.

public bool IsValid { get; }

😔 No documentation found.

public void Deserialize( JsonObject jso )

😔 No documentation found.

public void LoadFromJson( string json )

😔 No documentation found.

public JsonObject Serialize( )

😔 No documentation found.

public void StateHasChanged( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool HasUnsavedChanges { get; }

😔 No documentation found.

public int ResourceVersion { get; }

😔 No documentation found.

public byte[] GetDominantControlMapIndices( int x, int y, int w, int h )

😔 No documentation found.

public void SetResolution( int resolution )

😔 No documentation found.

public TerrainStorage.TerrainMaterialSettings MaterialSettings { get; set; }

😔 No documentation found.

public List<TerrainMaterial> Materials { get; set; }

😔 No documentation found.

public int Resolution { get; set; }

😔 No documentation found.

public byte[] HolesMap { get; set; }

😔 No documentation found.

public Color32[] ControlMap { get; set; }

😔 No documentation found.

public IEnumerable<string> GetReferencedPackages( )

😔 No documentation found.

public ushort[] HeightMap { get; set; }

😔 No documentation found.