This is the old Animancer v7.4 documentation. Click here for the latest version.

IHasDescription Interface

Summary

An object which can give a detailed description of itself.
IHasDescription

Syntax

public interface IHasDescription

Methods

Name Value Summary
AppendDescription(StringBuilder, string) void
Appends a detailed descrption of the current details of this object.

Extension Methods

Name Value Summary
GetDescription(string) string
Calls Animancer.IHasDescription.AppendDescription(System.Text.StringBuilder,System.String) with a pooled System.Text.StringBuilder.