Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveFormatterExtension<T>()

Removes the Formatter Extension of the given type.
Read time 1 minuteLast updated 13 days ago

Definition

public bool RemoveFormatterExtension<T>() where T : class, IFormatter

Returns

Type

Description

bool
true
, if the extension was found and could be removed.