Click or drag to resize

MCUtilitiesTransformSelectionToGameObjects Method

Transforms selection to GameObject

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[NotNullAttribute]
public static GameObject[] TransformSelectionToGameObjects(
	[NotNullAttribute] Object[] selection
)

Parameters

selection
Type: Object
The selection array.

Return Value

Type: GameObject
Array of GameObjects.
Exceptions
ExceptionCondition
ArgumentNullExceptionselection is
See Also