Class PlatformSpecificGameObject
Helper class for enabling/disabling platform specific GameObjects
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public class PlatformSpecificGameObject : MonoBehaviour
Fields
_enableOnAndroid
Check to have associated GameObject enabled for Android Platform.
Declaration
protected bool _enableOnAndroid
Field Value
Type | Description |
---|---|
Boolean |
_enableOnHoloLens
Check to have associated GameObject enabled for HoloLens Platform.
Declaration
protected bool _enableOnHoloLens
Field Value
Type | Description |
---|---|
Boolean |
_enableOnIos
Check to have associated GameObject enabled for iOS Platform.
Declaration
protected bool _enableOnIos
Field Value
Type | Description |
---|---|
Boolean |