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 © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 28, 2021