Struct PreprocessBuildEventArgs
Event arguments for the On
Implements
Inherited Members
Namespace: UnityEditor .XR.ARSubsystems
Assembly: solution.dll
Syntax
public readonly struct PreprocessBuildEventArgs : IEquatable<PreprocessBuildEventArgs>
Constructors
Name | Description |
---|---|
Preprocess |
Construct for Preprocess |
Properties
Name | Description |
---|---|
active |
The collection of active XRLoaders enabled for
build |
build |
The build target which is being built. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Preprocess |
Tests for equality. |
Get |
Computes a hash code from all properties suitable for use in a |
Operators
Name | Description |
---|---|
operator ==(Preprocess |
Tests for equality. Same as Equals(Preprocess |
operator !=(Preprocess |
Tests for inequality. Same as !Equals(Preprocess |