Class ToggleNode
Inheritance
System.Object
ToggleNode
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nBoolean constant.\r\n")]
[Serializable]
public class ToggleNode : MixtureNode
Fields
|
Improve this Doc
View Source
state
Declaration
[SerializeField]
public bool state
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
hasSettings
Declaration
public override bool hasSettings { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
name
Declaration
public override string name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
nodeWidth
Declaration
public override float nodeWidth { get; }
Property Value
Type |
Description |
System.Single |
|
Overrides