• Manual
  • Scripting API
  • Changelog
  • License
Show / Hide Table of Contents
  • AlchemyBow.Core
    • CoreController<TProjectContext>
    • CoreProjectContext
    • ICoreLoadable
    • ICoreLoadingCallbacksHandler
    • LoadablesProgress
    • OperationHandle
  • AlchemyBow.Core.Editor.Utilities
    • CoreEditorUtility
    • IndentStringBuilder
  • AlchemyBow.Core.Editor.Windows
    • CoreManagementWindow
  • AlchemyBow.Core.Editor.Wizards
    • CoreControllerScriptWizard
    • CoreProjectContextPrefabWizard
    • CoreProjectContextScriptWizard
    • CoreQuickStartWizard
    • ValidationMessageList
    • WizardValidationUtility
    • WizardWindow
  • AlchemyBow.Core.Extras.Behaviours
    • CoreBehaviour
    • CoreBehaviourEnablingStrategy
  • AlchemyBow.Core.Extras.FluentBindings
    • ContainerFluentExtensions
    • FluentBinding
  • AlchemyBow.Core.Extras.Installers
    • ChildrenCompositeMonoInstaller
    • UnityObjectMonoInstaller
  • AlchemyBow.Core.IoC
    • Container
    • DynamicCollectionBindingUtility
    • DynamicInjector<T>
    • IBindOnlyContainer
    • InjectAttribute
    • InjectionTargetAttribute
    • MonoInstaller
  • AlchemyBow.Core.IoC.Elements
    • DynamicInjectorBase
    • InjectionInfo
    • ReflectionFieldsSetter
  • AlchemyBow.Core.States
    • ICondition
    • IState
    • StateGraph
    • StateGraphComposer
  • AlchemyBow.Core.States.Elements
    • StateGraphLink
  • AlchemyBow.Core.States.Prototyping
    • PrototypeCondition
    • PrototypeState

Class LoadablesProgress

Represents the progress of the (loadables) loading process.

Inheritance
object
LoadablesProgress
Namespace: AlchemyBow.Core
Assembly: AlchemyBow.Core.dll
Syntax
public sealed class LoadablesProgress

Constructors

LoadablesProgress(ICoreLoadable, int, bool, int)

Creates an instance of the class.

Declaration
public LoadablesProgress(ICoreLoadable loadable, int loadableIndex, bool loadableCompleted, int numberOfLoadables)
Parameters
Type Name Description
ICoreLoadable loadable

The current loadable.

int loadableIndex

The index of the current loadable.

bool loadableCompleted

The status of the current loadable (true if complete).

int numberOfLoadables

The total number of loadables that are involved in the loading process.

Fields

loadable

The current loadable.

Declaration
public readonly ICoreLoadable loadable
Field Value
Type Description
ICoreLoadable

loadableCompleted

The status of the current loadable (true if complete).

Declaration
public readonly bool loadableCompleted
Field Value
Type Description
bool

loadableIndex

The index of the current loadable.

Declaration
public readonly int loadableIndex
Field Value
Type Description
int

numberOfLoadables

The total number of loadables that are involved in the loading process.

Declaration
public readonly int numberOfLoadables
Field Value
Type Description
int
In this article
Back to top Copyright © 2022-2024 AlchemyBow | Generated by DocFX