|
| override void | OnInitialize () |
| | Called only once, when the component is first attached to an entity and is ready to add or retrieve other components. More...
|
| |
| override void | OnPreRender () |
| | Called just before the entity containing this component is rendered. More...
|
| |
| override void | OnDestroy () |
| |
| override void | OnInitialize () |
| | Called only once, when the component is first attached to an entity and is ready to add or retrieve other components. More...
|
| |
| override void | OnDestroy () |
| | Called when this component is removed, or the parent entity is destroyed. More...
|
| |
| override void | OnEnable () |
| | Called each time this component goes from being disabled to enabled. More...
|
| |
| override void | OnDisable () |
| | Called each time this component goes from being enabled to disabled. More...
|
| |
| Chunks.Graphics.LineRenderer.LineRenderer |
( |
| ) |
|
| override void Chunks.Graphics.LineRenderer.OnDestroy |
( |
| ) |
|
|
protected |
| override void Chunks.Graphics.LineRenderer.OnInitialize |
( |
| ) |
|
|
protected |
Called only once, when the component is first attached to an entity and is ready to add or retrieve other components.
| override void Chunks.Graphics.LineRenderer.OnPreRender |
( |
| ) |
|
|
protected |
Called just before the entity containing this component is rendered.
| void Chunks.Graphics.LineRenderer.SetPoint |
( |
int |
index, |
|
|
Vector |
value |
|
) |
| |
| void Chunks.Graphics.LineRenderer.SetPointCount |
( |
int |
count | ) |
|
| int Chunks.Graphics.LineRenderer.PointCount |
|
get |
The documentation for this class was generated from the following file: