public override void Awake() { mc = (MeshComponent)object3D.GetComponent(typeof(MeshComponent)); }
public override void Start() { mc = (MeshComponent)object3D.GetComponent(typeof(MeshComponent)); mc.updateMeshDelegate = UpdateMesh; }