コード例 #1
0
    void Start()
    {
        //if this is the parent perform all the initialization for this object
        if (isParent)
        {
            setW(w);
        }

        SetCollisions();
        hyperManager.AddToList(gameObject);
    }