Click or drag to resize

Extrusion Class

An extrusion Unity component
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          BrydenWoodUnity.GeometryManipulationExtrusion

Namespace:  BrydenWoodUnity.GeometryManipulation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class Extrusion : MonoBehaviour, ISelectableGeometry

The Extrusion type exposes the following members.

Constructors
  NameDescription
Public methodExtrusion
Initializes a new instance of the Extrusion class
Top
Methods
Events
  NameDescription
Public eventselected
Top
Fields
  NameDescription
Public fieldcapped
Public fieldconvex
Public fieldeditableMesh
The editable mesh that is being extruded
Public fieldflip
Whether the resulting mesh should be flipped
Public fieldmeshFilter
The mesh filter which will be used for the mesh
Public fieldoverallMesh
The overall mesh of the polygon
Public fieldpolygon
The polygon which is being extruded
Public fieldreversedOffset
Public fieldreverseVerticalFaces
Public fieldtopFace
The top face of the extrusion
Public fieldtotalFacade
The total facade of the extrusion
Public fieldtotalHeight
The total height of the extrusion
Public fieldvertexColor
Public fieldverticalFaces
A List including the vertical faces of the extrusion
Public fieldverticalPanels
Top
See Also