Spectator
Server/Entity/ModelVFX/Spectator.json, 316 B
Fields
| Field | Type |
|---|---|
SwitchTo | string |
EffectDirection | string |
AnimationDuration | number |
NoiseScale | object |
PostColorOpacity | number |
CurveType | string |
HighlightThickness | number |
UseBloomOnHighlight | boolean |
HighlightColor | string |
PostColor | string |
Source
{
"SwitchTo": "PostColor",
"EffectDirection": "BottomUp",
"AnimationDuration": 0.4,
"NoiseScale": {
"X": 20.0,
"Y": 20.0
},
"PostColorOpacity": 0.45,
"CurveType": "QuartOut",
"HighlightThickness": 0.0,
"UseBloomOnHighlight": false,
"HighlightColor": "#8ea1aa",
"PostColor": "#a7e8ff"
}