Attach this script to a mesh to make // it red when the mouse is over the mesh function OnMouseEnter () { renderer.material.color = Color.red; }.
確定! 回上一頁