Show / Hide Table of Contents

    Class GetComponentAttribute_Test.GetComponent_ChildrenDictionaryListTest

    Inheritance
    Object
    GetComponentAttribute_Test.GetComponent_ChildrenDictionaryListTest
    Namespace: GetComponentAttribute_Test
    Assembly: KorStrix.GetComponentAttribute.Runtime.Tests.dll
    Syntax
    public class GetComponent_ChildrenDictionaryListTest : MonoBehaviour

    Fields

    | Improve this Doc View Source

    Test_KeyIs_Enum_ValueIs_GameObjectArray

    Declaration
    public Dictionary<GetComponentAttribute_Test.GetComponent_ChildrenDictionaryListTest.EChildObjectName, GameObject[]> Test_KeyIs_Enum_ValueIs_GameObjectArray
    Field Value
    Type Description
    Dictionary<GetComponentAttribute_Test.GetComponent_ChildrenDictionaryListTest.EChildObjectName, GameObject[]>
    | Improve this Doc View Source

    Test_KeyIs_Enum_ValueIs_GameObjectList

    Declaration
    public Dictionary<GetComponentAttribute_Test.GetComponent_ChildrenDictionaryListTest.EChildObjectName, List<GameObject>> Test_KeyIs_Enum_ValueIs_GameObjectList
    Field Value
    Type Description
    Dictionary<GetComponentAttribute_Test.GetComponent_ChildrenDictionaryListTest.EChildObjectName, List<GameObject>>
    | Improve this Doc View Source

    Test_KeyIs_String_ValueIs_GameObjectArray

    Declaration
    public Dictionary<string, GameObject[]> Test_KeyIs_String_ValueIs_GameObjectArray
    Field Value
    Type Description
    Dictionary<String, GameObject[]>
    | Improve this Doc View Source

    Test_KeyIs_String_ValueIs_GameObjectList

    Declaration
    public Dictionary<string, List<GameObject>> Test_KeyIs_String_ValueIs_GameObjectList
    Field Value
    Type Description
    Dictionary<String, List<GameObject>>
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer