Class BoolProperty
A concrete implementation of property of Bool. For it to show in Unity Inspector, it needs to be concrete.
Inherited Members
Namespace: TinnyStudios.AIUtility.Core.Properties
Assembly: UtilityAIFramework.dll
Syntax
[Serializable]
public class BoolProperty : Property<bool>, IProperty<bool>