Class IntPropertyMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Materials
Lerps the value for the specified shader property.
public class IntPropertyMotion : AbstractIntMotion<MaterialBuilderWithProperty<int>>, ITweenMotion, IMotion
- Inheritance
-
IntPropertyMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
IntPropertyMotion(Material, int, int)
public IntPropertyMotion(Material item, int propertyId, int value)
Parameters
IntPropertyMotion(Material, int, int?, int)
public IntPropertyMotion(Material item, int propertyId, int? from, int to)
Parameters
IntPropertyMotion(Material, string, int)
public IntPropertyMotion(Material item, string propertyName, int value)
Parameters
IntPropertyMotion(Material, string, int?, int)
public IntPropertyMotion(Material item, string propertyName, int? from, int to)
Parameters
Methods
GetFrom()
protected override int GetFrom()
Returns
SetValue(int)
protected override void SetValue(int value)
Parameters
value
int