Class SerializedDataParameter
A serialization wrapper for VolumeParameter<T>.
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public sealed class SerializedDataParameter
Properties
Name | Description |
---|---|
attributes | A pre-fetched list of all the attributes applied on the VolumeParameter<T>. |
displayName | The generated display name of the VolumeParameter<T> for the inspector. |
overrideState | The serialized property for overrideState. |
referenceType | The actual type of the serialized VolumeParameter<T>. |
value | The serialized property for value |
Methods
Name | Description |
---|---|
GetAttribute<T>() | Gets and casts an attribute applied on the base VolumeParameter<T>. |
GetObjectRef<T>() | Gets and casts the underlying reference of type |