This is the old Animancer v7.4 documentation. Click here for the latest version.

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