Type:IDestroyable: Difference between revisions

From Resonite Wiki
add info
 
Added category: Interface types
 
Line 4: Line 4:
* [[Type:IComponent]] -> All components
* [[Type:IComponent]] -> All components
* [[Type:Slot]]
* [[Type:Slot]]
[[Category:Interface types]]

Latest revision as of 17:02, 25 August 2025

IDestroyable is an interface type that has many implementations. C# Objects that implement this have a Destroy() method which allows for destruction of the object.

Implementers