Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveSourceExtension<T>()

Removes Source Extension of the given type.
Read time 1 minuteLast updated 11 days ago

Definition

public bool RemoveSourceExtension<T>() where T : class, ISource

Returns

Type

Description

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