Created stub for Type:MeshEmissionSource [Automated] |
add info |
||
Line 1: | Line 1: | ||
This is used to determine the particle emit sources for a [[Component:SkinnedMeshEmitter|Skinned Mesh Emitter]]. | |||
{{Table EnumValues | {{Table EnumValues | ||
|Vertices|0| | |Vertices|0| Emit particles from vertices | ||
|Edges|1| | |Edges|1| Emit particles from the total length of edges. | ||
|Faces|2| | |Faces|2| Emit particles across the surface of faces. | ||
}} | }} | ||
[[Category:Type]] | [[Category:Type]] | ||
[[Category:Enums]] | [[Category:Enums]] |
Latest revision as of 18:55, 23 October 2024
This is used to determine the particle emit sources for a Skinned Mesh Emitter.
Name | Value | Description |
---|---|---|
Vertices
|
0 | Emit particles from vertices |
Edges
|
1 | Emit particles from the total length of edges. |
Faces
|
2 | Emit particles across the surface of faces. |