Search Results for

    Show / Hide Table of Contents

    Class RangeDefinition

    Inheritance
    object
    RangeDefinition
    Implements
    ISerializationCallbackReceiver
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    [Serializable]
    public sealed class RangeDefinition : ISerializationCallbackReceiver

    Properties

    | Edit this page View Source

    Default

    Declaration
    public static RangeDefinition Default { get; }
    Property Value
    Type Description
    RangeDefinition
    | Edit this page View Source

    Max

    Declaration
    public double Max { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Min

    Declaration
    public double Min { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Step

    Declaration
    public double Step { get; }
    Property Value
    Type Description
    double

    Methods

    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    OnAfterDeserialize()

    Implement this callback to transform data back into runtime data types after an object is deserialized.

    Declaration
    public void OnAfterDeserialize()
    | Edit this page View Source

    OnBeforeSerialize()

    Implement this callback to transform data into serializable data types immediately before an object is serialized.

    Declaration
    public void OnBeforeSerialize()

    Operators

    | Edit this page View Source

    operator ==(RangeDefinition, RangeDefinition)

    Declaration
    public static bool operator ==(RangeDefinition left, RangeDefinition right)
    Parameters
    Type Name Description
    RangeDefinition left
    RangeDefinition right
    Returns
    Type Description
    bool
    | Edit this page View Source

    operator !=(RangeDefinition, RangeDefinition)

    Declaration
    public static bool operator !=(RangeDefinition left, RangeDefinition right)
    Parameters
    Type Name Description
    RangeDefinition left
    RangeDefinition right
    Returns
    Type Description
    bool

    Implements

    UnityEngine.ISerializationCallbackReceiver

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation