Enum ReaderBase.PostLoadingSteps
Represents the post-loading steps enumeration, used to track the final stages of model processing.
Namespace: TriLibCore
Assembly: TriLibCore.dll
Syntax
public enum ReaderBase.PostLoadingSteps
Fields
| Name | Description |
|---|---|
| FinishedProcessing | Indicates that all processing is complete. |
| PostProcessAnimationClips | Indicates post-processing animation clips. |
| PostProcessRenderers | Indicates post-processing renderers. |
| ProcessTextures | Indicates processing textures. |