Class GameObjectVisibilityAssignment
GameObjectVisibilityAssignment allows to map the visibility to n GameObjects
Inheritance
GameObjectVisibilityAssignment
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
[Serializable]
public class GameObjectVisibilityAssignment : Assignment<List<GameObject>, bool>
Properties
defaultTargetQueryNodeType
Gets the default type of the target query node.
Declaration
public override Type defaultTargetQueryNodeType { get; }
Property Value
Type | Description |
---|---|
Type | The default type of the target query node. |
Overrides
defaultValueQueryNodeType
Gets the default type of the value query node.
Declaration
public override Type defaultValueQueryNodeType { get; }
Property Value
Type | Description |
---|---|
Type | The default type of the value query node. |
Overrides
Methods
Apply()
Applies this instance.
Declaration
public override void Apply()
Overrides
Invert(Variant)
Inverts the specified variant.
Declaration
public override void Invert(Variant variant)
Parameters
Type | Name | Description |
---|---|---|
Variant | variant | The variant. |