SpringVector3NaturalMotionAnimation.Period Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.