Gets the user data that is stored for each tile. This is used to store tiler specific data.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual Object Data { get; }
Public Overridable ReadOnly Property Data As Object
Get
public:
virtual property Object^ Data {
Object^ get ();
}
abstract Data : Object with get
override Data : Object with get
Property Value
Type:
ObjectSee Also