Click or drag to resize

SerializableUnityObjectStack Class

A serializable stack for any UnityEngine.Object
Inheritance Hierarchy
SystemObject
  DustProductions.CoreSerializableStackObject
    DustProductions.CoreSerializableUnityObjectStack

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class SerializableUnityObjectStack : SerializableStack<Object>

The SerializableUnityObjectStack type exposes the following members.

Constructors
  NameDescription
Public methodSerializableUnityObjectStack
Initializes a new instance of the SerializableUnityObjectStack class
Top
See Also