TweenMember<T>
Namespace: MonineEngine.Mathematics.Tweening
Represents a member that can be animated by a Tween<T>.
public class TweenMember<T> : TweenMember
Type Parameters
T
Data value to tween.
Inheritance Object → TweenMember → TweenMember<T>
Attributes NullableContextAttribute, NullableAttribute
Properties
Type
public Type Type { get; }
Property Value
Name
public string Name { get; }
Property Value
Value
Gets or sets the value of the member.
public T Value { get; set; }
Property Value
T
Target
The target object to tween.
public object Target { get; }