Class EnvironmentAppearanceSetup
Class EnvironmentAppearanceSetup.
Inherited Members
Namespace: Global Namespace
Syntax
[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 |