Interface IIKMonoInstaller
A MonoBehaviour version of the interface IIKInstaller.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IIKMonoInstaller : IIKInstaller, IInstaller
Methods
BindIKInstaller(IContainer)
Bind the IIKInstaller to the container
.
Declaration
void BindIKInstaller(IContainer container)
Parameters
Type | Name | Description |
---|---|---|
IContainer | container |
UnbindIKInstaller(IContainer)
Unbind the IIKInstaller to the container
.
Declaration
void UnbindIKInstaller(IContainer container)
Parameters
Type | Name | Description |
---|---|---|
IContainer | container |