ParaScript.Start

声明

function Start() end

描述

Start is called on the frame when a script is enabled just before any of the Update methods are called the first time.

function Start()
    print("object start called");  
end