INTERNAL_CALL_SetPosition() private method

private INTERNAL_CALL_SetPosition ( LineRenderer self, int index, Vector3 &position ) : void
self LineRenderer
index int
position Vector3
return void
コード例 #1
0
ファイル: LineRenderer.cs プロジェクト: zuohu/UnityDecompiled
 public void SetPosition(int index, Vector3 position)
 {
     LineRenderer.INTERNAL_CALL_SetPosition(this, index, ref position);
 }