PathManagerConvertPathToEdges Method |
Convert a path into a set of edges and attaches them to the specified body.
Note: use only for static edges.
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void ConvertPathToEdges(
Path path,
Body body,
int subdivisions
)
Parameters
- path Path
- The path.
- body Body
- The body.
- subdivisions Int32
- The subdivisions.
See Also