bool Set( string param, Vector4 value )

Summary

Overrides/Sets an Vector4 within the material

bool Set( string param, Texture texture )

Summary

Override/Sets texture parameter (Color, Normal, etc)

bool Set( string param, Color value )

Summary

Overrides/Sets an color within the material as a color value within the material

bool Set( string param, Vector3 value )

Summary

Overrides/Sets an Vector3 within the material

bool Set( string param, Vector2 value )

Summary

Overrides/Sets an Vector2 within the material

bool Set( string param, float value )

Summary

Overrides/Sets an float within the material

bool Set( string param, int value )

Summary

Overrides/Sets an int within the material

bool Set( string param, bool value )

Summary

Overrides/Sets an bool within the material
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.