Summary
An object which can give a detailed description of itself.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Implementing Types
-
- AnimancerEvent
.Dispatcher - CartesianMixerState
- PlayableAssetState
- AnimancerLayer
- Float1
Controller State - Float3
Controller State - ControllerState
- ClipState
- AnimancerState
- AnimancerGraph
- FadeGroup
- MixerState
<TParameter> - Vector2MixerState
- ManualMixerState
- Directional
Mixer State - AnimancerNode
- LinearMixerState
- Float2
Controller State
- AnimancerEvent
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
|