Class IntegerNode
Inheritance
System.Object
IntegerNode
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nAn integer constant.\r\n")]
[Serializable]
public class IntegerNode : MixtureNode
Fields
|
Improve this Doc
View Source
Int
Declaration
[SerializeField]
public int Int
Field Value
Type |
Description |
System.Int32 |
|
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
|
Improve this Doc
View Source
showDefaultInspector
Declaration
public override bool showDefaultInspector { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides