docs.unity.cn
    Show / Hide Table of Contents

    Method OnCreate

    OnCreate()

    Called when this system is created.

    Declaration
    protected virtual void 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 © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use