Summary
An object which can give a detailed description of itself.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Implementing Types
-
- LinearMixerState
- Transition
Library Definition - AnimancerNode
- ManualMixerState
- Vector2MixerState
- AnimancerEvent
.Dispatcher - FadeGroup
- MixerState
<TParameter> - ParentState
- AnimancerGraph
- ClipState
- AnimancerState
- AnimancerLayer
- CartesianMixerState
- Directional
Mixer State - AnimationJobState
<T> - PlayableAssetState
- SequenceState
- ControllerState
Syntax
public interface IHasDescription
Methods
Name | Value | Summary |
---|---|---|
AppendDescription |
void |
Appends a detailed descrption of the current details of this object.
|
Extension Methods
Name | Value | Summary |
---|---|---|
GetDescription |
string |
Calls
Animancer.IHasDescription.AppendDescription(System.Text.StringBuilder,System.String) with a pooled System.Text.StringBuilder .
From AnimancerUtilities
|