Class StaticBoolQueryNode
Class StaticBoolQueryNode.
Inheritance
StaticBoolQueryNode
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
[Serializable]
public class StaticBoolQueryNode : BoolQueryNode, IQuery<bool>, IQuery
Properties
boolValue
Gets or sets a value indicating whether [bool value].
Declaration
public bool boolValue { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|