| WeatherMakerShaderPropertiesScriptSetTexture Method  | 
 
            Set texture shader value
            
 
    Namespace: 
   DigitalRuby.WeatherMaker
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic void SetTexture(
	int name,
	Texture value
)
Public Sub SetTexture ( 
	name As Integer,
	value As Texture
)
public:
void SetTexture(
	int name, 
	Texture^ value
)
member SetTexture : 
        name : int * 
        value : Texture -> unit 
Parameters
- name
- Type: SystemInt32
 Name
- value
- Type: Texture
 Value
 See Also
See Also