StrippingInfo
The StrippingInfo object contains information about which native code modules in the engine are still present in the build, and the reasons why they are still present.
Read time 4 minutesLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
- Inherits from: ScriptableObject
- Implements: ISerializationCallbackReceiver
public class StrippingInfo : ScriptableObject, ISerializationCallbackReceiver
Properties
Property | Description |
|---|---|
| includedModules | The native engine modules that were included in the build. |
Methods
Method | Description |
|---|---|
| GetReasonsForIncluding | Returns the list of dependencies or reasons that caused the given entity to be included in the build. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |