Class EnvironmentAppearanceSetup
Class EnvironmentAppearanceSetup.
Namespace: Unity.Industrial.Forma.Staging.Camera
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Staging", "Unity.Industrial.Configurator", null)]
[Serializable]
public class EnvironmentAppearanceSetup : AppearanceSetup
Constructors
EnvironmentAppearanceSetup(String)
Initializes a new instance of the EnvironmentAppearanceSetup class.
Declaration
public EnvironmentAppearanceSetup(string targetId)
Parameters
Type | Name | Description |
---|---|---|
String | targetId | The target identifier. |
Fields
targetId
The target identifier
Declaration
[SerializeField]
public string targetId
Field Value
Type | Description |
---|---|
String |
useDefaultSetup
The use default setup
Declaration
[Obsolete("This field is obsolete and will be removed.")]
[SerializeField]
public bool useDefaultSetup
Field Value
Type | Description |
---|---|
Boolean |