Class RotationEffect

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Rotation effect class.

C#
Copy
public class RotationEffect : EffectBase
Inheritance
object
RotationEffect

Constructors

View Source

RotationEffect(float, float)

Creates and initializes a new instance of the RotationEffect class.

Declaration
C#
Copy
public RotationEffect(float beginDegree, float endDegree)
Parameters
Type Name Description
float beginDegree

The begin degree of the effect.

float endDegree

The end degree of the effect.

Properties

View Source

BeginDegree

The begin degree of the effect.

Declaration
C#
Copy
public float BeginDegree { get; }
Property Value
Type Description
float
View Source

EndDegree

The end degree of the effect.

Declaration
C#
Copy
public float EndDegree { get; }
Property Value
Type Description
float