Property activeLoadersForBuildTarget
activeLoadersForBuildTarget
The collection of active XRLoaders enabled for buildTarget.
Declaration
public IReadOnlyList<XRLoader> activeLoadersForBuildTarget { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<XRLoader> |
Remarks
Implementors of OnPreprocessBuild(PreprocessBuildEventArgs) should check that an appropriate loader is present before continuing to execute any preprocessor logic.