Dota 2 Workshop Tools/Scripting/API/CEnvProjectedTexture.SetVolumetrics: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 4: Line 4:




''' void SetVolumetrics(bool '''', float '''', float '''', int '''', float '''') '''
''' void SetVolumetrics(bool ''a'', float ''b'', float ''c'', int ''d'', float ''e'') '''


''Turn on/off light volumetrics: ''bool'' bOn, ''float'' flIntensity, ''float'' flNoise, ''int'' nPlanes, ''float'' flPlaneOffset''
''Turn on/off light volumetrics: ''bool'' bOn, ''float'' flIntensity, ''float'' flNoise, ''int'' nPlanes, ''float'' flPlaneOffset''
Line 17: Line 17:
|-
|-
| bool
| bool
|  
| a
| No Description Set
| No Description Set
|-
|-
| float
| float
|  
| b
| No Description Set
| No Description Set
|-
|-
| float
| float
|  
| c
| No Description Set
| No Description Set
|-
|-
| int
| int
|  
| d
| No Description Set
| No Description Set
|-
|-
| float
| float
|  
| e
| No Description Set
| No Description Set
|}
|}

Revision as of 00:20, 9 August 2014

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void SetVolumetrics(bool a, float b, float c, int d, float e)

Turn on/off light volumetrics: bool bOn, float flIntensity, float flNoise, int nPlanes, float flPlaneOffset


Parameters

Type Name Description
bool a No Description Set
float b No Description Set
float c No Description Set
int d No Description Set
float e No Description Set