SpringVector3NaturalMotionAnimation.Period Property

Definition

Gets or sets the time for the Spring to complete a single oscillation.

public:
 property TimeSpan Period { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Period();

void Period(TimeSpan value);
public System.TimeSpan Period { get; set; }
var timeSpan = springVector3NaturalMotionAnimation.period;
springVector3NaturalMotionAnimation.period = timeSpan;
Public Property Period As TimeSpan

Property Value

The time for the Spring to complete a single oscillation.

Applies to