Orb_Trail_White
Server/Entity/Trails/Orb_Trail_White.json, 250 B
Fields
| Field | Type |
|---|---|
TexturePath | string |
LifeSpan | number |
Start | object |
End | object |
LightInfluence | number |
Smooth | boolean |
RenderMode | string |
Source
{
"TexturePath": "Trails/White.png",
"LifeSpan": 10,
"Start": {
"Width": 0.08,
"Color": "#f8ff97ff"
},
"End": {
"Width": 0.0,
"Color": "#f6ffa3ff"
},
"LightInfluence": 0.0,
"Smooth": true,
"RenderMode": "BlendAdd"
}