下列範例Boolean變數預設為false,然後以if 陳述式進行檢查。 public class NewBehaviourScript : MonoBehaviour{ public bool myBool; void Start(){ if( ...
確定! 回上一頁