Skip to main content

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 ObjectTweenMemberTweenMember<T>
Attributes NullableContextAttribute, NullableAttribute

Properties

Type

public Type Type { get; }

Property Value

Type

Name

public string Name { get; }

Property Value

String

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; }

Property Value

Object