ConvexShape

consoledoc.h

A renderable, collidable convex shape defined by a collection of surface planes.

More...

Rendering

string

Material used to render the ConvexShape surface.

Internal

string

Do not modify, for internal use.

string

Do not modify, for internal use.

Public Static Attributes

bool

Disables rendering of all instances of this type.

bool

Disables selection of all instances of this type.

Detailed Description

A renderable, collidable convex shape defined by a collection of surface planes.

ConvexShape is intended to be used as a temporary asset for quickly blocking out a scene or filling in approximate shapes to be later replaced with final assets. This is most easily done by using the WorldEditor's Sketch Tool.

Rendering

string Material 

Material used to render the ConvexShape surface.

Internal

string surface 

Do not modify, for internal use.

string surfaceTexture 

Do not modify, for internal use.

Public Static Attributes

bool isRenderable 

Disables rendering of all instances of this type.

bool isSelectable 

Disables selection of all instances of this type.