Struct TimelineSpringTrackDescriptor
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly struct TimelineSpringTrackDescriptor
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
TimelineSpringTrackDescriptor(uint, ushort, float, float, float, float, float, float, float, float, TimelineDirtyBinding)
public TimelineSpringTrackDescriptor(uint nodeId, ushort channelId, float stiffness, float damping, float mass, float startValue, float initialVelocity, float targetValue, float restVelocity, float restOffset, TimelineDirtyBinding dirtyBinding)
Parameters
nodeId uint
channelId ushort
stiffness float
damping float
mass float
startValue float
initialVelocity float
targetValue float
restVelocity float
restOffset float
dirtyBinding TimelineDirtyBinding
Properties
ChannelId
public ushort ChannelId { get; }
Property Value
Damping
public float Damping { get; }
Property Value
DirtyBinding
public TimelineDirtyBinding DirtyBinding { get; }
Property Value
InitialVelocity
public float InitialVelocity { get; }
Property Value
Mass
public float Mass { get; }
Property Value
NodeId
public uint NodeId { get; }
Property Value
RestOffset
public float RestOffset { get; }
Property Value
RestVelocity
public float RestVelocity { get; }
Property Value
StartValue
public float StartValue { get; }
Property Value
Stiffness
public float Stiffness { get; }
Property Value
TargetValue
public float TargetValue { get; }