com.cult3d
Interface Cult3DScript


public interface Cult3DScript

This interface must be implemented by the startup Java class. The startup class must follow the following rules:

Since:
Cult3D 4.0

Method Summary
 void cult3dDestroy()
          Called on destruction of the plugin instance.
 

Method Detail

cult3dDestroy

public void cult3dDestroy()
Called on destruction of the plugin instance. This method provides a way for Cult3D to tell Java classes that the plugin is closing.
Since:
Cult3D 4.0