docs.unity.cn
    Show / Hide Table of Contents

    Method OnCreate

    OnCreate()

    Called when this system is created.

    Declaration
    [RequiredMember]
    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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023