IConvertable<T> Interface

Summary

An object which can be converted to another type.
Assembly
Animancer.dll
Namespace
Animancer
Implementing Types
graph BT Type["IConvertable<T>"] class Type type-node Implementing0["StringAsset"]-.->Type click Implementing0 "/animancer/api/Animancer/StringAsset" Implementing1["StringReference"]-.->Type click Implementing1 "/animancer/api/Animancer/StringReference"

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.