Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/api/en/materials/Material.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3>[property:Integer blendDst]</h3>
</p>

<h3>[property:Integer blendDstAlpha]</h3>
<p>The transparency of the [page:.blendDst]. Default is *null*.</p>
<p>The transparency of the [page:.blendDst]. Uses [page:.blendDst] value if null. Default is *null*.</p>

<h3>[property:Integer blendEquation]</h3>
<p>
Expand All @@ -55,7 +55,7 @@ <h3>[property:Integer blendEquation]</h3>
</p>

<h3>[property:Integer blendEquationAlpha]</h3>
<p>The tranparency of the [page:.blendEquation]. Default is *null*.</p>
<p>The transparency of the [page:.blendEquation]. Uses [page:.blendEquation] value if null. Default is *null*.</p>

<h3>[property:Blending blending]</h3>
<p>
Expand All @@ -72,7 +72,7 @@ <h3>[property:Integer blendSrc]</h3>
</p>

<h3>[property:Integer blendSrcAlpha]</h3>
<p>The tranparency of the [page:.blendSrc]. Default is *null*.</p>
<p>The transparency of the [page:.blendSrc]. Uses [page:.blendSrc] value if null. Default is *null*.</p>

<h3>[property:Boolean clipIntersection]</h3>
<p>
Expand Down