Class TransformSetting<T>
Inheritance
TransformSetting<T>
Assembly: cs.temp.dll.dll
[Serializable]
public abstract class TransformSetting<T> : TransformSetting
Type Parameters
Name |
Description |
T |
The Type of object being affected
|
Constructors
Declaration
protected TransformSetting(TransformBehaviour initialBehaviour)
Parameters
Declaration
protected TransformSetting(TransformBehaviour initialBehaviour, T initialValue)
Parameters
Fields
Declaration
protected TransformBehaviour _behaviour
Field Value
Declaration
Field Value
Properties
Declaration
public TransformBehaviour Behaviour { get; set; }
Property Value
Declaration
public T Value { get; set; }
Property Value
Methods
Declaration
public abstract T Evaluate(T inputValue)
Parameters
Type |
Name |
Description |
T |
inputValue |
The value to evaluate
|
Returns