Property | Type | Description | |
---|---|---|---|
endColor | Color | ||
ribbonRadius | float | ||
startColor | Color |
Method | Description | |
---|---|---|
TrailRibbon ( ) : System | ||
TrailRibbon ( int ribbonLength ) : System | ||
isVisibleFromCamera ( |
||
onAddedToEntity ( ) : void | ||
onEnabled ( ) : void | ||
render ( |
Method | Description | |
---|---|---|
IUpdatable ( ) : void | ||
calculateVertices ( ) : void |
transfers the data from our segments to the vertices for display
|
|
initializeVertices ( ) : void |
builds the intialial ribbon segments
|
public TrailRibbon ( int ribbonLength ) : System | ||
ribbonLength | int | |
return | System |
public isVisibleFromCamera ( |
||
camera | ||
return | bool |
public render ( |
||
graphics | ||
camera | ||
return | void |