Enum ReloadAttribute.Package
Lookup method for a resource.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public enum ReloadAttribute.Package
Fields
Name | Description |
---|---|
Builtin | Used for builtin resources when the resource isn't part of the package (i.e. builtin shaders). |
BuiltinExtra | Used for builtin extra resources when the resource isn't part of the package (i.e. builtin extra Sprite). |
Root | Used for resources inside the package. |