Show / Hide Table of Contents

    Class TransformFloat

    A float that can have various behaviours applied when its value is set.

    Inheritance
    Object
    TransformSetting
    TransformSetting<Single>
    TransformFloat
    Inherited Members
    TransformSetting<Single>._value
    TransformSetting<Single>.Value
    TransformSetting<Single>._behaviour
    TransformSetting<Single>.Behaviour
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class TransformFloat : TransformSetting<float>

    Constructors

    TransformFloat(TransformBehaviour)

    Declaration
    public TransformFloat(TransformBehaviour initialBehaviour)
    Parameters
    Type Name Description
    TransformBehaviour initialBehaviour

    TransformFloat(TransformBehaviour, Single)

    Declaration
    public TransformFloat(TransformBehaviour initialBehaviour, float initialValue)
    Parameters
    Type Name Description
    TransformBehaviour initialBehaviour
    Single initialValue

    Methods

    Evaluate(Single)

    Declaration
    public override float Evaluate(float inputValue)
    Parameters
    Type Name Description
    Single inputValue
    Returns
    Type Description
    Single
    Overrides
    IdleKit.Core.TransformSetting<System.Single>.Evaluate(System.Single)
    Back to top Copyright © 2020 East Side Games Inc.