Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetFormatterExtension<T>()

Searches for a Formatter Extension of the given type, and returns it. Returns null if the type cannot be found.
Read time 1 minuteLast updated 12 days ago

Definition

public T GetFormatterExtension<T>() where T : class, IFormatter

Returns

Type

Description

TThe class implementing IFormatter if found, else
null
.