InteractableThemeBase.Host Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GameObject initialized with this ThemeEngine and being targeted based on state changes
public:
property UnityEngine::GameObject ^ Host { UnityEngine::GameObject ^ get(); void set(UnityEngine::GameObject ^ value); };
public UnityEngine.GameObject Host { get; set; }
member this.Host : UnityEngine.GameObject with get, set
Public Property Host As GameObject
Property Value
UnityEngine.GameObject