Click or drag to resize

ShapeHelperBox Method

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void Box(
	Vector3 center,
	float width,
	float height,
	float depth,
	out Vector3[] vertices,
	out int[] indices
)

Parameters

center
Type: Clio.UtilitiesVector3
width
Type: SystemSingle
height
Type: SystemSingle
depth
Type: SystemSingle
vertices
Type: Clio.UtilitiesVector3
indices
Type: SystemInt32
See Also