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 == | ||
{{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 == | ||
{{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| | ||
}} | }} | ||
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
Name: | Shading |
Type: | Elements.Assets.UVSphereCapsule+Shading
|
This enum is used by the following components:
Name | Value | Description |
---|---|---|
Smooth
|
0 | |
FlatSegments
|
1 | |
FlatRings
|
2 | |
Flat
|
3 |
Segmented
Name: | Shading |
Type: | Elements.Assets.SegmentedBuilder+Shading
|
This enum is used by the following components:
- BentTubeMesh
- GeometryLineBrushTool
- LightningMesh
- MultiLineMesh
- SegmentMesh
- TubeSpiralMesh
- TubeWireMesh
Name | Value | Description |
---|---|---|
Smooth
|
0 | |
FlatSides
|
1 | |
FlatSegments
|
2 | |
Flat
|
3 |