Search Results for

    Show / Hide Table of Contents

    Class JMARSScene.Layer

    Class that specifies a Layer object and pulls all layer data from the JSON

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

    Fields

    global_flag

    Declaration
    public string global_flag
    Field Value
    Type Description
    System.String

    graphic_img

    Declaration
    public string graphic_img
    Field Value
    Type Description
    System.String

    graphicTexture

    Declaration
    public Texture2D graphicTexture
    Field Value
    Type Description
    Texture2D

    layer_data

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

    layer_key

    Declaration
    public string layer_key
    Field Value
    Type Description
    System.String

    layer_name

    Declaration
    public string layer_name
    Field Value
    Type Description
    System.String

    slider

    Declaration
    public Slider slider
    Field Value
    Type Description
    Slider

    time_slider_data

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

    toggle

    Declaration
    public Toggle toggle
    Field Value
    Type Description
    Toggle

    toggle_state

    Declaration
    public string toggle_state
    Field Value
    Type Description
    System.String

    transparency

    Declaration
    public float transparency
    Field Value
    Type Description
    System.Single
    In This Article
    Back to top Meteor Studio