Search Results for

    Show / Hide Table of Contents

    Class FloatProperty

    A concrete implementation of property of float. For it to show in Unity Inspector, it needs to be concrete.

    Inheritance
    Object
    Property<Single>
    FloatProperty
    Implements
    IProperty<Single>
    Inherited Members
    Property<Single>.Name
    Property<Single>.Value
    Property<Single>.SetValue(Single)
    Property<Single>.SetName(String)
    Property<Single>.SetValue<T1>(T1)
    Property<Single>.IProperty<Single>.Name
    Property<Single>.IProperty<Single>.Value
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TinnyStudios.AIUtility.Core.Properties
    Assembly: UtilityAIFramework.dll
    Syntax
    [Serializable]
    public class FloatProperty : Property<float>, IProperty<float>

    Implements

    IProperty<T>
    In This Article
    Back to top Generated by DocFX