Created page with "{{Infobox Enum |name=MeshColliderSidedness |type=FrooxEngine.MeshColliderSidedness }} {{stub}} {{Table EnumValues |Front|0| |DualSided|1| }}" |
add info |
||
Line 4: | Line 4: | ||
}} | }} | ||
Is used to specify the sidedness of collisions on a mesh collider component. | |||
{{Table EnumValues | {{Table EnumValues | ||
|Front|0| | |Front|0| Collisions will happen with polygons on a mesh collider incoming from the general front direction only | ||
|DualSided|1| | |DualSided|1| Collisions will happen with polygons on a mesh collider from any direction. | ||
}} | }} |
Latest revision as of 20:45, 14 October 2024
Name: | MeshColliderSidedness |
Type: | FrooxEngine.MeshColliderSidedness
|
Is used to specify the sidedness of collisions on a mesh collider component.
Name | Value | Description |
---|---|---|
Front
|
0 | Collisions will happen with polygons on a mesh collider incoming from the general front direction only |
DualSided
|
1 | Collisions will happen with polygons on a mesh collider from any direction. |