Utils.CreatePrimitive

Cambiar al Manual
public static GameObject CreatePrimitive (PrimitiveType type);

Parámetros

typeThe primitive type of the required GameObject.

Valor de retorno

GameObject A GameObject with primitive mesh renderer and collider.

Descripción

Creates a GameObject with a primitive mesh renderer.

This is analogous to GameObject.CreatePrimitive, but creates a primitive mesh renderer with a fast shader instead of the default built-in shader, optimized for testing performance. It returns a GameObject with primitive mesh renderer and collider.