MRTKSettings Class
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.
Root settings class that holds a mapping of build target groups to profiles.
C#
[UnityEditor.InitializeOnLoad]
[System.Serializable]
public class MRTKSettings : UnityEngine.ScriptableObject
[<UnityEditor.InitializeOnLoad>]
[<System.Serializable>]
type MRTKSettings = class
inherit ScriptableObject
Public Class MRTKSettings
Inherits ScriptableObject
- Inheritance
-
UnityEngine.ScriptableObjectMRTKSettings
- Attributes
-
UnityEditor.InitializeOnLoadAttribute Serializable
Attribute
Get |
Instance method to retrieve a profile for the specified build target group. |
Profile |
Static method to obtain the profile for a given build target group, retrieved from UnityEditor.EditorBuildSettings. |
Set |
Associates a profile with the specified build target group. |
منتج | الإصدارات |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |