Ejemplo n.º 1
0
 public override void Awake()
 {
     mc = (MeshComponent)object3D.GetComponent(typeof(MeshComponent));
 }
Ejemplo n.º 2
0
 public override void Start()
 {
     mc = (MeshComponent)object3D.GetComponent(typeof(MeshComponent));
     mc.updateMeshDelegate = UpdateMesh;
 }