Property | Type | Description | |
---|---|---|---|
Color | uint | ||
Normal | Vector3 | ||
Position | Vector3 |
Method | Description | |
---|---|---|
Set ( Vector3 pos, Color color ) : void | ||
Set ( Vector3 pos, Color color, Vector3 normal ) : void | ||
Set ( float x, float y, float z, Color color ) : void | ||
Set ( float x, float y, float z, Color color, float nX, float nY, float nZ ) : void |
Method | Description | |
---|---|---|
ToRgba ( Color color ) : uint |
public Set ( Vector3 pos, Color color ) : void | ||
pos | Vector3 | |
color | Color | |
return | void |
public Set ( Vector3 pos, Color color, Vector3 normal ) : void | ||
pos | Vector3 | |
color | Color | |
normal | Vector3 | |
return | void |
public Set ( float x, float y, float z, Color color ) : void | ||
x | float | |
y | float | |
z | float | |
color | Color | |
return | void |
public Set ( float x, float y, float z, Color color, float nX, float nY, float nZ ) : void | ||
x | float | |
y | float | |
z | float | |
color | Color | |
nX | float | |
nY | float | |
nZ | float | |
return | void |