Specifies the strategy for enabling and disabling CoreBehaviours
.
Assembly: AlchemyBow.Core.dll
public enum CoreBehaviourEnablingStrategy
Fields
Name |
Description |
A CoreBehaviour is enabled when its Enabled property is set to true a positive number of times and disabled when set to false an equal or greater number of times.
|
A CoreBehaviour is enabled when its Enabled property is set to true and disabled when set to false .
|
Similar to Simple , but the CoreBehaviour is automatically disabled when ICoreLoadingCallbacksHandler.OnCoreSceneChangeStarted is called.
|
Similar to Simple , but the CoreBehaviour is automatically enabled when ICoreLoadingCallbacksHandler.OnCoreLoadingFinished is called.
|
Similar to Simple , but the CoreBehaviour is automatically enabled when ICoreLoadingCallbacksHandler.OnCoreSceneChangeFinished is called and disabled when ICoreLoadingCallbacksHandler.OnCoreSceneChangeStarted is called.
|