docs.unity.cn
    Show / Hide Table of Contents

    Method OnCreate

    OnCreate()

    Called when this system is created.

    Declaration
    protected override void OnCreate()
    Overrides
    ComponentSystemBase.OnCreate()
    Remarks

    Implement an OnCreate() function to set up system resources when it is created.

    OnCreate is invoked before the the first time OnStartRunning() and OnUpdate are invoked.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023