AnimancerPreviewObject.

CreateEmpty(string) Method

Summary

Creates an object using UnityEngine.HideFlags.HideAndDontSave without UnityEngine.HideFlags.NotEditable.

Syntax

public static GameObject CreateEmpty(string name)

Parameters

Name Type Description
name string

Return Value

Type Description
GameObject