Init(args)
Scripting Reference
List of all members | Public Member Functions
Sisus.Init.Testing.Testable Class Reference

Description

A components that wraps a GameObject and can be used to invoke Unity event functions on components found on the GameObject using reflection.

This can be useful for unit testing components in edit mode.

Inherits IDisposable.

Public Member Functions

void Destroy (bool invokeRelatedEventFunctions=true)
 Destroys the GameObject that is wrapped by this Testable object. More...