INTERNAL_CALL_SetPosition() приватный Метод

private INTERNAL_CALL_SetPosition ( LineRenderer self, int index, Vector3 &position ) : void
self LineRenderer
index int
position Vector3
Результат void
Пример #1
0
 public void SetPosition(int index, Vector3 position)
 {
     LineRenderer.INTERNAL_CALL_SetPosition(this, index, ref position);
 }