Class MixedRealityServiceProfileAttribute
Attribute that defines which service a profile is meant to be consumed by.
Only applies to profiles that are consumed by types implementing IMixedRealityService.
Inheritance
MixedRealityServiceProfileAttribute
Assembly: cs.temp.dll.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public class MixedRealityServiceProfileAttribute : Attribute, _Attribute
Constructors
Declaration
public MixedRealityServiceProfileAttribute(Type serviceType)
Parameters
Type |
Name |
Description |
Type |
serviceType |
|
Properties
Declaration
public Type ServiceType { get; }
Property Value
Implements