Class EnvironmentItem
Class EnvironmentItem.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.Staging.Environment
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Staging", "Unity.Industrial.Configurator", null)]
[Serializable]
[CreateAssetMenu(menuName = "Forma/Staging/Create Environment Item", fileName = "Environment Item")]
public class EnvironmentItem : StagingItem, IDisplayableProfileCard
Properties
Label
Gets or sets the label.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
String | The label. |
SupportedRenderPipeline
Supported render pipelines for this environment item
Declaration
public RenderPipelineType SupportedRenderPipeline { get; }
Property Value
Type | Description |
---|---|
RenderPipelineType |
Methods
GetThumbnail()
Thumbnails this instance.
Declaration
public Texture2D GetThumbnail()
Returns
Type | Description |
---|---|
Texture2D | Texture2D. |
ID()
Identifiers this instance.
Declaration
public string ID()
Returns
Type | Description |
---|---|
String | System.String. |