Class AdditionalPropertiesStateList<TTarget>
Used in editor drawer part to store the state of additional properties for a list of elements.
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class AdditionalPropertiesStateList<TTarget> : AdditionalPropertiesState<int, TTarget>
Type Parameters
Name | Description |
---|---|
TTarget | A type given to automatically compute the key. |
Constructors
Name | Description |
---|---|
AdditionalPropertiesStateList(string) | Constructor will create the key to store in the EditorPref the state given generic type passed. |
Methods
Name | Description |
---|---|
RemoveFlagAtIndex(int) | Removes a flag at a given index which causes the following flags' index to decrease by one. |
SwapFlags(int, int) | Swap flag between src index and dst index. |