Class RotationEffect

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Rotation effect class.

C#
Copy
[Obsolete("This has been deprecated in API12")] 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
[Obsolete("This has been deprecated in API12")] 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
[Obsolete("This has been deprecated in API12")] public float BeginDegree { get; }
Property Value
Type Description
float
View Source

EndDegree

The end degree of the effect.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public float EndDegree { get; }
Property Value
Type Description
float