Метод | Описание | |
---|---|---|
GetPosition ( int index ) : |
Get the position of the vertex in the line.
|
|
SetPosition ( int index, |
Set the position of the vertex in the line.
|
Метод | Описание | |
---|---|---|
GetPositions ( |
||
INTERNAL_CALL_GetPosition ( |
||
INTERNAL_CALL_SetPosition ( |
||
INTERNAL_get_endColor ( |
||
INTERNAL_get_startColor ( |
||
INTERNAL_set_endColor ( |
||
INTERNAL_set_startColor ( |
||
SetColors ( |
||
SetPositions ( |
||
SetVertexCount ( int count ) : void | ||
SetWidth ( float start, float end ) : void |
public GetPosition ( int index ) : |
||
index | int | The index of the position to retrieve. |
Результат |
public SetPosition ( int index, |
||
index | int | Which position to set. |
position | The new position. | |
Результат | void |