Search Results for

    Show / Hide Table of Contents

    Method FindNonAnimatablePropertyControls

    FindNonAnimatablePropertyControls(IEnumerable<SimpleControl>)

    Finds all controls that implement the INonAnimatableProperty interface.

    Declaration
    public static IEnumerable<INonAnimatableProperty> FindNonAnimatablePropertyControls(this IEnumerable<SimpleControl> controls)
    Parameters
    Type Name Description
    IEnumerable<SimpleControl> controls

    Controls to search from

    Returns
    Type Description
    IEnumerable<INonAnimatableProperty>

    An enumerable containing all INonAnimarableProperty instances found

    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX