Skip to content

ITextStudio3DLifecycleModule

InterfaceTextStudio.ThreeDTextStudio.3D
public interface ITextStudio3DLifecycleModule

Receives host attachment and activity transitions for reusable module assets.

void OnModuleAttached(TextStudio3DText host)

Called when the module becomes attached to a host renderer.

Parameters

Name Type
host TextStudio.ThreeD.TextStudio3DText
void OnModuleDetached(TextStudio3DText host)

Called when the module is removed from a host renderer.

Parameters

Name Type
host TextStudio.ThreeD.TextStudio3DText
void OnModuleInactive(TextStudio3DText host)

Called while an attached module is disabled or otherwise inactive for a build.

Parameters

Name Type
host TextStudio.ThreeD.TextStudio3DText