AssemblyDefinition 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.
A class that represents a Unity assembly definition (asmdef) file.
public ref class AssemblyDefinition
[System.Serializable]
public class AssemblyDefinition
[<System.Serializable>]
type AssemblyDefinition = class
Public Class AssemblyDefinition
- Inheritance
-
AssemblyDefinition
- Attributes
Assembly |
Creates a new, empty assembly definition. |
Allow |
Please see Assembly Definition properties on the Unity documentation site. |
Auto |
Please see Assembly Definition properties on the Unity documentation site. |
Define |
Please see Assembly Definition properties on the Unity documentation site. |
Exclude |
Please see Assembly Definition properties on the Unity documentation site. |
Include |
Please see Assembly Definition properties on the Unity documentation site. |
Name |
Please see Assembly Definition properties on the Unity documentation site. |
No |
Please see Assembly Definition properties on the Unity documentation site. |
Optional |
Please see Assembly Definition properties on the Unity documentation site. |
Override |
Please see Assembly Definition properties on the Unity documentation site. |
Precompiled |
Please see Assembly Definition properties on the Unity documentation site. |
References |
Please see Assembly Definition properties on the Unity documentation site. |
Version |
Please see Assembly Definition properties on the Unity documentation site. |
Add |
Adds a reference to an existing assembly definition. Make sure to call Save() after using this method to save the changes. |
Load(String) |
Loads an existing assembly definition file. |
Save(String) |
Saves an assembly definition file. |
Produkt | Verzie |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |