Ejemplo n.º 1
0
 void Awake()
 {
     _provider = gameObject.GetInterface <ISegmentsProvider>();
     _normals  = new Vector3[_maxLength];
 }
Ejemplo n.º 2
0
 void Awake()
 {
     _provider = gameObject.GetInterface<ISegmentsProvider>();
     _normals = new Vector3[_maxLength];
 }