IScriptableFactory
Base interface for all scriptable factories.
Definition
Namespace: Paragon.Core.ScriptableFactory
Assembly: Paragon.dll
public interface IScriptableFactory : IScriptableObjectImplements: IScriptableObject
Properties
gameObject
The factory's root GameObject.
GameObject gameObject { get; }transform
The factory's transform (parent for pooled objects).
Transform transform { get; }Methods
Initialize()
Called when the factory is first registered.
Start()
Called after all factories are initialized.
OnQuit()
Called when the application quits.
See Also
Last updated
Was this helpful?