Class PostProcessLayer.SerializedBundleRef
A wrapper around bundles to allow their serialization in lists.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
[Serializable]
public sealed class SerializedBundleRef
Fields
assemblyQualifiedName
The assembly qualified name used for serialization as we can't serialize the types themselves.
Declaration
public string assemblyQualifiedName
Field Value
Type | Description |
---|---|
String |
bundle
A reference to the bundle itself.
Declaration
public PostProcessBundle bundle
Field Value
Type | Description |
---|---|
PostProcessBundle |