Show / Hide Table of Contents

    Class GameObjectAdapter

    Inheritance
    Object
    GameObjectAdapter
    Implements
    IActivateable
    Namespace: i5.Toolkit.Core.Utilities.UnityAdapters
    Assembly: cs.temp.dll.dll
    Syntax
    public class GameObjectAdapter : IActivateable

    Constructors

    GameObjectAdapter(GameObject)

    Declaration
    public GameObjectAdapter(GameObject adaptee)
    Parameters
    Type Name Description
    GameObject adaptee

    Properties

    ActiveInHierarchy

    Declaration
    public bool ActiveInHierarchy { get; set; }
    Property Value
    Type Description
    Boolean

    ActiveSelf

    Declaration
    public bool ActiveSelf { get; set; }
    Property Value
    Type Description
    Boolean

    Adaptee

    Declaration
    public GameObject Adaptee { get; }
    Property Value
    Type Description
    GameObject

    Implements

    IActivateable
    Back to top i5 Toolkit Documentation