Class GameObjectAdapter
Inheritance
object
GameObjectAdapter
Namespace: i5.Toolkit.Core.Experimental.UnityAdapters
Assembly: cs.temp.dll.dll
public class GameObjectAdapter : IActivateable
Constructors
Declaration
public GameObjectAdapter(GameObject adaptee)
Parameters
Type |
Name |
Description |
GameObject |
adaptee |
|
Properties
Declaration
public bool ActiveInHierarchy { get; set; }
Property Value
Declaration
public bool ActiveSelf { get; set; }
Property Value
Declaration
public GameObject Adaptee { get; }
Property Value
Type |
Description |
GameObject |
|
Implements