AtomExTween Class
More...
Inherits CriDisposable.
|
float | Value [get] |
| Gets the current values of the parameters of AtomExTween More...
|
|
bool | IsActive [get] |
| Gets whether it is changing currently More...
|
|
Type of Tween parameter
Enumerator |
---|
Basic |
Manipulation of basic parameters such as volume and pitch
- See also
- CriAtomEx.Parameter
|
Aisac |
Manipulating the AISAC control value
|
Creates an AtomExTween
- Returns
- AtomExTween Object
- Note:
- The AtomExTween created by this constructor operates on the volume.
Creates an AtomExTween (control of basic parameters)
- Returns
- AtomExTween Object
- Parameters
-
- See also
- CriAtomEx.Parameter
Creates an AtomExTween (AISAC control)
- Returns
- AtomExTween Object
- Parameters
-
override void Dispose |
( |
| ) |
|
|
inline |
Destroys the AtomExTween
- Note:
- A reference to the destroyed AtomExTween will occur if this function is excuted
while the AtomExPlayer with the AtomExTween attached is playing audio.
Be sure to execute this function after detaching from the AtomExPlayer.
void MoveTo |
( |
ushort |
durationMs, |
|
|
float |
value |
|
) |
| |
|
inline |
Changes the parameter from the current value to the specified one
- Description:
- Changes the parameter from the current value when called to the specified value over the specified time.
The change curve type is linear.
- Parameters
-
durationMs | Time required for the change (milliseconds) |
value | The final value after the change |
void MoveFrom |
( |
ushort |
durationMs, |
|
|
float |
value |
|
) |
| |
|
inline |
Changes the parameter from the specified value to the current one
- Description:
- Changes the parameter from the specified value to the current value when called over the specified time.
The change curve type is linear.
- Parameters
-
durationMs | Time required for the change (milliseconds) |
value | The initial value before the change |
Stops the AtomExTween
- Description:
- Stops the time change of parameters caused by AtomExTween.
The value of the parameter will be its value when stopped.
Resets the AtomExTween
- Description:
- Stops the AtomExTween and resets the parameters to their initial values. For basic parameters: Initial value of each parameter
For AISAC control values: 0.0
Gets the current values of the parameters of AtomExTween
- Returns
- The current value of the parameter
Gets whether it is changing currently
- Returns
- Whether the parameter is changing
The documentation for this class was generated from the following file: