Class FloatProperty
A concrete implementation of property of float. 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 FloatProperty : Property<float>, IProperty<float>