Class providing advanced decal projection functionality. Version: 1.3.6.
Declaring type: EasyDecal
Namespace: ch.sycoforge.Decal
Assembly: ch.sycoforge.Decal
Collapse/Expand Public Fields
  Name Description
Public Field Mask

There is no summary.

Public Field Static MaxQuality

There is no summary.

Collapse/Expand Public Constructors
  Name Description
Public Method EasyDecal

There is no summary.

Collapse/Expand Public Methods (see also: Protected Methods)
  Name Description
Public Method Static Project Overloaded. Instantiates the prefab at the specified position and rotation.
Public Method Static ProjectAt Overloaded. Instantiates the prefab at the specified position and rotation.
Collapse/Expand Protected Methods
  Name Description
Protected Method Virtual Awake

There is no summary.

Protected Method Virtual OnDrawGizmos

There is no summary.

Protected Method Virtual Reset

There is no summary.

Protected Method Virtual Start

There is no summary.

Protected Method Virtual Update

There is no summary.

Collapse/Expand Public Properties
  Name Description
Public Property Baked When set to true there are no algorithmic updates in the editor. The geometry is baked and stays as it is.
Public Property CalculateTangents Gets or sets a value indicating wheter tangents should be calculated.
Public Property DecalMaterial

There is no summary.

Public Property Distance Gets or set a value defining the distance of the decal from its receiver/s.
Public Property DoubleSided Generate normals on both sides.
Public Property HasExclusiveReceiver Determines wheter the decal has a exlucsive receiver. For dynamic object this should be set true.
Public Property Mode The projection mode of the decal.
Public Property ProjectionDistance Gets or set a value defining the distance of the projection rays from the receiver's surface.
Public Property Quality The quality of the projected mesh. Note: be carefull with high quality settings, because of the quadratic performance impact.
Public Property Receiver

There is no summary.

Public Property ShowDir Gets or sets a value indicating wheter the projection direction should be displayed.
Public Property ShowVertices Gets or sets a value indicating wheter the vertices of the projected polygons should be displayed.
Public Property TargetPlane

There is no summary.