Search Results for

    Show / Hide Table of Contents

    Method AddOrderedSection

    AddOrderedSection(OrderedSectionGroup, String, String, Single, Single, Single, Single)

    Declaration
    public static OrderedSection AddOrderedSection(this OrderedSectionGroup container, string activatePropertyName, string showPropertyName, float enableValue = 1F, float disableValue = 0F, float showValue = 1F, float hideValue = 0F)
    Parameters
    Type Name Description
    OrderedSectionGroup container
    String activatePropertyName
    String showPropertyName
    Single enableValue
    Single disableValue
    Single showValue
    Single hideValue
    Returns
    Type Description
    OrderedSection

    AddOrderedSection(OrderedSectionGroup, String, Single, Single)

    Declaration
    public static OrderedSection AddOrderedSection(this OrderedSectionGroup container, string activatePropertyName, float enableValue = 1F, float disableValue = 0F)
    Parameters
    Type Name Description
    OrderedSectionGroup container
    String activatePropertyName
    Single enableValue
    Single disableValue
    Returns
    Type Description
    OrderedSection
    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX