Свойство | Type | Description | |
---|---|---|---|
endColor | Color | ||
ribbonRadius | float | ||
startColor | Color |
Méthode | Description | |
---|---|---|
TrailRibbon ( ) : System | ||
TrailRibbon ( int ribbonLength ) : System | ||
isVisibleFromCamera ( |
||
onAddedToEntity ( ) : void | ||
onEnabled ( ) : void | ||
render ( |
Méthode | 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 | |
Résultat | System |
public isVisibleFromCamera ( |
||
camera | ||
Résultat | bool |
public render ( |
||
graphics | ||
camera | ||
Résultat | void |