Click or drag to resize

MeshPainterCircleMultiRayDesc Structure

The description of a circle of paint rays.

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public struct MeshPainterCircleMultiRayDesc

The MeshPainterCircleMultiRayDesc type exposes the following members.

Properties
  NameDescription
Public propertyInnerAngle
The angle away from the centeral ray to start painting.
Public propertyInnerToOuterSteps
The amount of steps to paint between the inner and outer angle.
Public propertyOuterAngle
The angle away from the central ray to stop painting.
Public propertyRayDesc
The description applied to each ray of the circle.
Public propertyRotationSteps
The amount of steps to paint around the central ray.
Top
See Also