Type:OutlineStyle: Difference between revisions

From Resonite Wiki
m 989onan moved page Types:OutlineStyle to Type:OutlineStyle: Misspelled title: type not types
m typo
Line 26: Line 26:
|Emissive
|Emissive
|The outline will be emissive.
|The outline will be emissive.
|1
|2
|}
|}



Revision as of 18:04, 18 January 2024

OutlineStyle is an Enum used within the XiexeToonMaterial to define the type of Outline to show on the material.

Color Type
OutlineStyle

Possible Values

Value Description Numeric Value
None There will be no outline. 0
Lit The outline will be lit. 1
Emissive The outline will be emissive. 2

Using with Generic Types

When using OutlineStyle with Generic Types/Components use the following string to refer to it: FrooxEngine.XiexeToonMaterial+OutlineStyle. See Complex Types in Components for more information.