|
Tag: Redirect target changed |
(4 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| '''OutlineStyle''' is an [[:Category:Enums|Enum]] used within the [[XiexeToonMaterial]] to define the type of Outline to show on the material.
| | #REDIRECT [[Component:XiexeToonMaterial#OutlineStyle]] |
| | |
| {| class="wikitable"
| |
| |-
| |
| | Color
| |
| | Type
| |
| |-
| |
| | |
| |
| | OutlineStyle
| |
| |}
| |
| | |
| = Possible Values =
| |
| {| class="wikitable"
| |
| ! Value
| |
| ! Description
| |
| ! Numeric Value
| |
| |-
| |
| |None
| |
| |There will be no outline.
| |
| |0
| |
| |-
| |
| |Lit
| |
| |The outline will be lit.
| |
| |1
| |
| |-
| |
| |Emissive
| |
| |The outline will be emissive.
| |
| |1
| |
| |}
| |
| | |
| == Using with Generic Types ==
| |
| When using OutlineStyle with Generic Types/Components use the following string to refer to it: <code>FrooxEngine.XiexeToonMaterial+OutlineStyle</code>. See [[Complex Types in Components]] for more information.
| |
| | |
| [[Category:Enums]]
| |
| [[Category:Types]]
| |