s&
newspaper
About
info
About s&box
newspaper
Latest News
published_with_changes
Changes
map
Roadmap
monitoring
Metrics
games
Games
sports_esports
Browse Games
rocket
Discover Games
business_center
Workshop
sports_esports
Games
landscape
Maps
chair
Models
texture
Materials
apparel
Clothing
construction
More..
forum
Forum
docs
Docs
docs
Documentation
dashboard
Api Reference
school
Tutorials
input
Log in with Steam
chevron_left
Change Language
简体中文
English
Русский
Español
Português-Brasil
Deutsch
日本語
Français
Polski
Türkçe
한국어
Pirate
Italiano
ไทย
繁體中文
Українська
Čeština
Nederlands
Magyar
Dansk
Suomi
Svenska
Norsk
Ελληνικά
Română
Български
Tiếng Việt
Bahasa Indonesia
Español-Latinoamérica
العربية
Api
Graphics
Material
chevron_left
Graphics
class
Material
search
Properties
data_object
Attributes
data_object
FirstTexture
data_object
Flags
data_object
IsValid
data_object
Name
data_object
Shader
data_object
ShaderName
Methods
functions
CreateCopy
functions
GetColor
functions
GetFeature
functions
GetTexture
functions
GetVector4
functions
Set
functions
SetFeature
Static Methods
functions
Create
functions
FromShader
functions
Load
functions
LoadAsync
Material
A material. Uses several Sandbox.Textures and a Sandbox.Material.Shader with specific settings for more interesting visual effects.
class
Sandbox
.
account_tree
extends
Resource
sealed
Sandbox.Engine
data_object
Properties
7
Attributes
RenderAttributes
Access to all of the attributes of this material.
FirstTexture
Texture
Get thje first texture assigned to this material, if any.
Flags
FlagsAccessor
Access flags on this material, which usually hint about the contents. These are generally added by the shader procedurally - but developers can add these in material editor too.
IsValid
bool
Name
string
Name (or path) of the material.
Shader
Shader
Gets the material's shader
ShaderName
string
Gets the underlying shader name for this material.
functions
Methods
7
CreateCopy
(
name
)
Material
Create a copy of this material
GetColor
(
name
)
Color
Get Color parameter, by name
GetFeature
(
name
)
int
Get a feature flag on the material. This is usually used to enable/disable shader permutations.
GetTexture
(
name
)
Texture
Get texture parameter, by name
GetVector4
(
name
)
Vector4
Get Vector4 parameter, by name
Set
(
param
,
value
)
bool
Overrides/Sets an Vector4 within the material
SetFeature
(
name
,
value
)
Set a feature flag on the material. This is usually used to enable/disable shader permutations. This is kind of a define, also known as a combo.
functions
Static Methods
4
Create
(
materialName
,
shader
,
anonymous
)
Material
Create a new empty material at runtime.
FromShader
(
shader
)
Material
Get an empty material based on the specified shader. This will cache the material so that subsequent calls will return the same material.
Load
(
filename
)
Material
Load a material from disk. Has internal cache.
LoadAsync
(
filename
)
Task`1
Load a material from disk. Has internal cache.
Inheritance
Resource
Material
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.