Show / Hide Table of Contents

    Class GetComponentAttribute_Test.GetComponent_ChildrenListTest

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

    Fields

    | Improve this Doc View Source

    Test_GameObjectArray

    Declaration
    public GameObject[] Test_GameObjectArray
    Field Value
    Type Description
    GameObject[]
    | Improve this Doc View Source

    Test_GameObjectList

    Declaration
    public List<Transform> Test_GameObjectList
    Field Value
    Type Description
    List<Transform>
    | Improve this Doc View Source

    Test_TransformArray

    Declaration
    public Transform[] Test_TransformArray
    Field Value
    Type Description
    Transform[]
    | Improve this Doc View Source

    Test_TransformList

    Declaration
    public List<Transform> Test_TransformList
    Field Value
    Type Description
    List<Transform>
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer