Updated docs
This commit is contained in:
55
doc/files/getmaterialblendmode.html
Normal file
55
doc/files/getmaterialblendmode.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>getMaterialBlendMode [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function getMaterialBlendMode( material_id) </h2></p>
|
||||
<p>
|
||||
Returns a materials blend mode
|
||||
</p>
|
||||
<p>
|
||||
Possible Blend Modes
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
BLEND_MODE_NONE
|
||||
</li>
|
||||
<li>
|
||||
BLEND_MODE_ADD
|
||||
</li>
|
||||
<li>
|
||||
BLEND_MODE_SUBTRACT
|
||||
</li>
|
||||
<li>
|
||||
BLEND_MODE_REVSUBTRACT
|
||||
</li>
|
||||
<li>
|
||||
BLEND_MODE_MIN
|
||||
</li>
|
||||
<li>
|
||||
BLEND_MODE_MAX
|
||||
</li>
|
||||
<li>
|
||||
BLEND_MODE_MIN_FACTOR
|
||||
</li>
|
||||
<li>
|
||||
BLEND_MODE_MAX_FACTOR
|
||||
</li>
|
||||
<li>
|
||||
BLEND_MODE_MIN_ALPHA
|
||||
</li>
|
||||
<li>
|
||||
BLEND_MODE_MAX_ALPHA
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="setmaterialblendmode.html">SetMaterialBlendMode</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user