Table of Contents

Interface IGameObjectWrapper

Namespace
MagicUI.Core
Assembly
MagicUI.dll

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