Api Sandbox CloneConfig
struct

CloneConfig

public sealed struct CloneConfig

The low level input of a GameObject.Clone

Constructors

CloneConfig(Transform transform, GameObject parent, Boolean startEnabled, String name)

Fields

Name Type Description
StartEnabled Boolean
Transform Transform
Name String
Parent GameObject
PrefabVariables Dictionary<String, Object>
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.CloneConfig