Class PermutationParameterKey<T>
An effect permutation key, usually for use by effects (.sdfx).
[DataSerializer(typeof(PermutationParameterKeySerializer<>), Mode = DataSerializerGenericMode.GenericArguments)]
public sealed class PermutationParameterKey<T> : ParameterKey<T>, IComparable
Type Parameters
T
Type of the parameter key.
- Inheritance
-
ParameterKey<T>PermutationParameterKey<T>
- Implements
- Inherited Members
- Extension Methods
Constructors
PermutationParameterKey(string, int, PropertyKeyMetadata)
public PermutationParameterKey(string name, int length, PropertyKeyMetadata metadata)
Parameters
name
stringlength
intmetadata
PropertyKeyMetadata
PermutationParameterKey(string, int, params PropertyKeyMetadata[])
public PermutationParameterKey(string name, int length = 1, params PropertyKeyMetadata[] metadatas)
Parameters
name
stringlength
intmetadatas
PropertyKeyMetadata[]