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

IConvertable<T> Interface

Summary

An object which can be converted to another type.
Assembly
Animancer.dll
Namespace
Animancer
Implementing Types
IConvertable

Syntax

public interface IConvertable<out T>

Type Parameters

Name Description
T

Methods

Name Value Summary
Convert() T
Returns the equivalent of this object as T.