Click or drag to resize

PrefabGoReference Class

Represents a reference link for a Unity game object.
Inheritance Hierarchy
SystemObject
  UModModScript
    UMod.InterfacePrefabReferenceGameObject
      UMod.InterfacePrefabGoReference

Namespace:  UMod.Interface
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class PrefabGoReference : PrefabReference<GameObject>

The PrefabGoReference type exposes the following members.

Constructors
  NameDescription
Public methodPrefabGoReference
Initializes a new instance of the PrefabGoReference class
Top
See Also