TweenMember
Namespace: MonineEngine.Mathematics.Tweening
Base class for members that can be animated by a Tween<T>.
public abstract class TweenMember
Inheritance Object → TweenMember
Attributes NullableContextAttribute, NullableAttribute
Properties
Target
The target object to tween.
public object Target { get; }
Property Value
Type
The type of the member to tween.
public abstract Type Type { get; }
Property Value
Name
The name of the member to tween.
public abstract string Name { get; }
Property Value
Constructors
TweenMember(Object)
protected TweenMember(object target)
Parameters
target Object