Show / Hide Table of Contents

Struct PaperTileInfo

This is the contents of a tile map cell

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Paper2D
Assembly: UE4DotNet.dll
Syntax
public struct PaperTileInfo

Fields

| Improve this Doc View Source

PackedTileIndex

Declaration
public int PackedTileIndex
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

TileSet

The tile set that this tile comes from

Declaration
public PaperTileSet TileSet { get; set; }
Property Value
Type Description
PaperTileSet
  • Improve this Doc
  • View Source
Back to top Generated by DocFX