Type:Shading: Difference between revisions

From Resonite Wiki
Created page with "{{stub}} There are two distinct enum definitions with this name in Resonite. Both are documented on this page. == Sphere Capsule == Internally, <code>Elements.Assets.UVSphereCapsule+Shading</code>, this enum is used by the following components: * Component:CapsuleMesh * Component:SphereMesh {{Table EnumValues |Smooth|0| |FlatSegments|1| |FlatRings|2| |Flat|3| }} == Segmented == Internally, <code>Elements.Assets.SegmentedBuilder+Shading</code>, this enum..."
 
m Infobox
 
Line 5: Line 5:
== Sphere Capsule ==
== Sphere Capsule ==


Internally, <code>Elements.Assets.UVSphereCapsule+Shading</code>, this enum is used by the following components:
{{Infobox Enum
|name=Shading
|type=Elements.Assets.UVSphereCapsule+Shading
}}
 
This enum is used by the following components:


* [[Component:CapsuleMesh|CapsuleMesh]]
* [[Component:CapsuleMesh|CapsuleMesh]]
Line 19: Line 24:
== Segmented ==
== Segmented ==


Internally, <code>Elements.Assets.SegmentedBuilder+Shading</code>, this enum is used by the following components:
{{Infobox Enum
|name=Shading
|type=Elements.Assets.SegmentedBuilder+Shading
}}
 
This enum is used by the following components:


* [[Component:BentTubeMesh|BentTubeMesh]]
* [[Component:BentTubeMesh|BentTubeMesh]]
Line 35: Line 45:
|Flat|3|
|Flat|3|
}}
}}
[[Category:Enums]]
[[Category:Type]]

Latest revision as of 17:06, 7 March 2024

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


There are two distinct enum definitions with this name in Resonite. Both are documented on this page.

Sphere Capsule

Enum
Name: Shading
Type: Elements.Assets.UVSphereCapsule+Shading

This enum is used by the following components:

Values
Name Value Description
Smooth 0
FlatSegments 1
FlatRings 2
Flat 3


Segmented

Enum
Name: Shading
Type: Elements.Assets.SegmentedBuilder+Shading

This enum is used by the following components:

Values
Name Value Description
Smooth 0
FlatSides 1
FlatSegments 2
Flat 3