Description:

Add primitive box and material.

Syntax:
public void Add(
Box box,
RenderMaterial material
)
deprecated in 8.0
Parameters:
  • box
  • Type: Box
  • Box to add.
  • material
  • Type: RenderMaterial
  • Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7

Description:

Add primitive cone and material.

Syntax:
public void Add(
Cone cone,
Plane truncation,
RenderMaterial material
)
deprecated in 8.0
Parameters:
  • cone
  • Type: Cone
  • Cone to add.
  • truncation
  • Type: Plane
  • The plane used to cut the cone (the non-apex end is kept). Should be equal to cone.plane if not truncated.
  • material
  • Type: RenderMaterial
  • Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7

Description:
Syntax:
public void Add(
IEnumerable<Mesh> meshes,
RenderMaterial material
)
deprecated in 8.0
Returns:
Type: void
Available since:
7.5

Description:

Add mesh and material.

Syntax:
public void Add(
Mesh mesh,
RenderMaterial material,
Transform t
)
deprecated in 8.0
Parameters:
  • mesh
  • Type: Mesh
  • Mesh to add.
  • material
  • Type: RenderMaterial
  • Transformation of this mesh. Material to add, may be None if not needed.
Returns:
Type: void
Available since:
6.12

Description:

Add mesh and material.

Syntax:
public void Add(
Mesh mesh,
RenderMaterial material
)
deprecated in 8.0
Parameters:
  • mesh
  • Type: Mesh
  • Mesh to add.
  • material
  • Type: RenderMaterial
  • Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7

Description:

Add primitive plane and material.

Syntax:
public void Add(
PlaneSurface plane,
RenderMaterial material
)
deprecated in 8.0
Parameters:
  • material
  • Type: RenderMaterial
  • Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7

Description:

Add primitive sphere and material.

Syntax:
public void Add(
Sphere sphere,
RenderMaterial material
)
deprecated in 8.0
Parameters:
  • sphere
  • Type: Sphere
  • Sphere to add.
  • material
  • Type: RenderMaterial
  • Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7

Nothing found