docs.unity.cn
    Show / Hide Table of Contents

    Class EnvironmentItem

    Class EnvironmentItem.

    Inheritance
    Object
    Object
    ScriptableObject
    StagingItem
    EnvironmentItem
    Inherited Members
    StagingItem.stagingItemCommandSettings
    StagingItem.thumbnail
    StagingItem.displayName
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(String)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(Object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, Boolean)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, Boolean)
    Object.Destroy(Object, Single)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, Boolean)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, Boolean)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, Single)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
    Object.FindObjectOfType<T>()
    UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindObjectOfType(Type, Boolean)
    Object.ToString()
    Object.name
    Object.hideFlags
    Namespace: UnityEngine.Industrial.Configuring.Staging
    Syntax
    [Serializable]
    public class EnvironmentItem : StagingItem, IDisplayableCard

    Properties

    Label

    Gets or sets the label.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    String

    The label.

    Methods

    CreateNewEnvironmentItem()

    Create a new EnvironmentItem asset in project. Return Asset path.

    Declaration
    [MenuItem("Forma/Staging/Create Environment Item")]
    public static void CreateNewEnvironmentItem()

    CreateNewEnvironmentItem(String)

    Creates the new environment item.

    Declaration
    public static string CreateNewEnvironmentItem(string path)
    Parameters
    Type Name Description
    String path

    The path.

    Returns
    Type Description
    String

    System.String.

    ID()

    Identifiers this instance.

    Declaration
    public string ID()
    Returns
    Type Description
    String

    System.String.

    Thumbnail()

    Thumbnails this instance.

    Declaration
    public Texture2D Thumbnail()
    Returns
    Type Description
    Texture2D

    Texture2D.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021