ScriptingUtilities Class
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.
Caution
The ScriptingUtilities class is obsolete and will be removed from a future version of MRTK. Please use the ScriptUtilities class.
A set of utilities to configure script compilation.
public ref class ScriptingUtilities abstract sealed
[System.Obsolete("The ScriptingUtilities class is obsolete and will be removed from a future version of MRTK. Please use the ScriptUtilities class.")]
public static class ScriptingUtilities
[<System.Obsolete("The ScriptingUtilities class is obsolete and will be removed from a future version of MRTK. Please use the ScriptUtilities class.")>]
type ScriptingUtilities = class
Public Class ScriptingUtilities
- Inheritance
-
ScriptingUtilities
- Attributes
Methods
AppendScriptingDefinitions(String, BuildTargetGroup, String[]) |
Obsolete.
Appends a set of symbolic constant definitions to Unity's Scripting Define Symbols for the specified build target group. |