Class RotationEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Rotation effect class.
C#Copypublic class RotationEffect : EffectBase
- Inheritance
Constructors
View Source
RotationEffect(float, float)
Creates and initializes a new instance of the RotationEffect class.
Declaration
C#Copypublic 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
Declaration
C#Copypublic float BeginDegree { get; }
Property Value
| Type | Description |
|---|---|
| float |
Declaration
C#Copypublic float EndDegree { get; }
Property Value
| Type | Description |
|---|---|
| float |