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