Search Results for

    Show / Hide Table of Contents

    Class JMARSScene

    /// A JMARS scene is a collection of terrain data, such as layer information, images, and depth-maps. **DO NOT ADD/REMOVE CODE FROM THIS SCRIPT. This is structured with the same format as the JSON code we get from JMARS

    Inheritance
    System.Object
    JMARSScene
    Namespace: TerrainEngine
    Assembly: cs.temp.dll.dll
    Syntax
    public class JMARSScene

    Fields

    body

    Declaration
    public string body
    Field Value
    Type Description
    System.String

    depth_data_type

    Declaration
    public string depth_data_type
    Field Value
    Type Description
    System.String

    depth_img

    Declaration
    public string depth_img
    Field Value
    Type Description
    System.String

    depthTexture

    Declaration
    public Texture2D depthTexture
    Field Value
    Type Description
    Texture2D

    dimension

    Declaration
    public string dimension
    Field Value
    Type Description
    System.String

    exaggeration

    Declaration
    public string exaggeration
    Field Value
    Type Description
    System.String

    heightMapRange

    Declaration
    public float heightMapRange
    Field Value
    Type Description
    System.Single

    heightOffset

    Declaration
    public float heightOffset
    Field Value
    Type Description
    System.Single

    index

    Declaration
    public int index
    Field Value
    Type Description
    System.Int32

    last_accessed_date

    Declaration
    public string last_accessed_date
    Field Value
    Type Description
    System.String

    last_mod_date

    Declaration
    public string last_mod_date
    Field Value
    Type Description
    System.String

    layers

    The lists of layers is currently non-reorderable because this version of Unity has BROKEN LISTS! 2020.3.f1

    Declaration
    public List<JMARSScene.Layer> layers
    Field Value
    Type Description
    List<JMARSScene.Layer>

    layersTexture

    Declaration
    public RenderTexture layersTexture
    Field Value
    Type Description
    RenderTexture

    name

    Declaration
    public string name
    Field Value
    Type Description
    System.String

    starting_point

    Declaration
    public string starting_point
    Field Value
    Type Description
    System.String

    thumbnail_img

    Declaration
    public string thumbnail_img
    Field Value
    Type Description
    System.String

    thumbnail_texture

    Declaration
    public Texture2D thumbnail_texture
    Field Value
    Type Description
    Texture2D

    units

    Declaration
    public string units
    Field Value
    Type Description
    System.String

    Methods

    ImportJMARSSceneDataFromDataPack(JMARSScene.DataPack)

    Declaration
    public static void ImportJMARSSceneDataFromDataPack(JMARSScene.DataPack datapack)
    Parameters
    Type Name Description
    JMARSScene.DataPack datapack
    In This Article
    Back to top Meteor Studio