Search Results for

    Show / Hide Table of Contents

    Class LeveledPropertyTools

    Inheritance
    object
    LeveledPropertyTools
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public static class LeveledPropertyTools

    Methods

    ParseFloatValues(string)

    Declaration
    public static float[] ParseFloatValues(string values)
    Parameters
    Type Name Description
    string values
    Returns
    Type Description
    float[]

    ParseIntValues(string)

    Declaration
    public static int[] ParseIntValues(string values)
    Parameters
    Type Name Description
    string values
    Returns
    Type Description
    int[]

    SetPropertyOrFieldValue(object, string, string)

    Declaration
    public static void SetPropertyOrFieldValue(object target, string name, string value)
    Parameters
    Type Name Description
    object target
    string name
    string value
    In This Article
    Back to top Shape of Dreams API Documentation