public static class GLEngineJNI.TnMapArrowParams extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
detached_head |
byte |
inner_color_a |
byte |
inner_color_b |
byte |
inner_color_g |
byte |
inner_color_r |
double[] |
innerWidths |
double |
length_backward |
double |
length_forward |
byte |
outer_color_a |
byte |
outer_color_b |
byte |
outer_color_g |
byte |
outer_color_r |
double[] |
outerWidths |
boolean |
stretch_right |
| Constructor and Description |
|---|
GLEngineJNI.TnMapArrowParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetInnerColor(byte red,
byte green,
byte blue,
byte alpha) |
void |
SetOuterColor(byte red,
byte green,
byte blue,
byte alpha) |
public byte outer_color_r
public byte outer_color_g
public byte outer_color_b
public byte outer_color_a
public byte inner_color_r
public byte inner_color_g
public byte inner_color_b
public byte inner_color_a
public double length_backward
public double length_forward
public boolean detached_head
public boolean stretch_right
public double[] outerWidths
public double[] innerWidths