Click or drag to resize
TilesetRef Class
Provides serialization services for Tileset to allow classes that reference a tileset to be saved to a file without writing all the data internal to the tileset
Inheritance Hierarchy
SystemObject
  (Default Namespace)TilesetRef

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
[SerializableAttribute]
public class TilesetRef : IObjectReference, ISerializable

The TilesetRef type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetRealObject
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This class is generated when the project is compiled
See Also