ITextStudio3DLifecycleModule
public interface ITextStudio3DLifecycleModuleReceives host attachment and activity transitions for reusable module assets.
Methods
Section titled “Methods”
OnModuleAttached(TextStudio3DText)
Section titled “OnModuleAttached(TextStudio3DText)”void OnModuleAttached(TextStudio3DText host)Called when the module becomes attached to a host renderer.
Parameters
| Name | Type |
|---|---|
host |
TextStudio.ThreeD.TextStudio3DText |
OnModuleDetached(TextStudio3DText)
Section titled “OnModuleDetached(TextStudio3DText)”void OnModuleDetached(TextStudio3DText host)Called when the module is removed from a host renderer.
Parameters
| Name | Type |
|---|---|
host |
TextStudio.ThreeD.TextStudio3DText |
OnModuleInactive(TextStudio3DText)
Section titled “OnModuleInactive(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 |