Class BoolProperty
Class BoolProperty. Implements the Property<T>
Inheritance
BoolProperty
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[NodeProperty("Boolean", true)]
[AddComponentMenu("")]
public class BoolProperty : Property<bool>
See Also
Property<T>