StepEasingFunction.IsInitialStepSingleFrame Property

Definition

Indicates whether the initial step should last the smallest possible duration.

public:
 property bool IsInitialStepSingleFrame { bool get(); void set(bool value); };
bool IsInitialStepSingleFrame();

void IsInitialStepSingleFrame(bool value);
public bool IsInitialStepSingleFrame { get; set; }
var boolean = stepEasingFunction.isInitialStepSingleFrame;
stepEasingFunction.isInitialStepSingleFrame = boolean;
Public Property IsInitialStepSingleFrame As Boolean

Property Value

Boolean

bool

Boolean indicating whether the initial step should last the smallest possible duration (1 frame).

Applies to