Interface IGameObjectWrapper
An element that implements visible components by wrapping a Unity UnityEngine.GameObject
public interface IGameObjectWrapper
Properties
GameObject
The UnityEngine.GameObject underlying this UI element
GameObject GameObject { get; }
Property Value
- GameObject