Summary
[Pro-Only] An object that can be updated during Animancer's animation updates.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Interfaces
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IUpdatable"]
click Interface0 "/animancer/api/Animancer/IUpdatable"
Type["Updatable"]
class Type type-node
Derived0["DontAllowFade"]-->Type
click Derived0 "/animancer/api/Animancer/DontAllowFade"
Derived1["SmoothedFloatParameter"]-->Type
click Derived1 "/animancer/api/Animancer/SmoothedFloatParameter"
Derived2["WeightedMaskLayers.Fade"]-->Type
click Derived2 "/animancer/api/Animancer/Fade"
Derived3["FadeGroup"]-->Type
click Derived3 "/animancer/api/Animancer/FadeGroup"
Derived4["ExitEvent"]-->Type
click Derived4 "/animancer/api/Animancer/ExitEvent"
Syntax
public abstract class Updatable : IUpdatable
Remarks
See
Animancer.IUpdatable
for an example of how to use this class.
Simply inherit from this instead of implementing Animancer.IUpdatable
directly.
Methods
Name | Value | Summary |
---|---|---|
Update |
void |
Updates this object.
|