Class TGameTileset
어셈블리: Creator.dll
Syntax
[Serializable]
public class TGameTileset : IExtensible
생성자
TGameTileset()
선언
프로퍼티
autoTile1ID
선언
public string autoTile1ID { get; set; }
프로퍼티 값
autoTile2ID
선언
public string autoTile2ID { get; set; }
프로퍼티 값
autoTile3ID
선언
public string autoTile3ID { get; set; }
프로퍼티 값
autoTile4ID
선언
public string autoTile4ID { get; set; }
프로퍼티 값
autoTile5ID
선언
public string autoTile5ID { get; set; }
프로퍼티 값
autoTile6ID
선언
public string autoTile6ID { get; set; }
프로퍼티 값
autoTile7ID
선언
public string autoTile7ID { get; set; }
프로퍼티 값
bushes
선언
public List<uint> bushes { get; }
프로퍼티 값
타입 |
설명 |
System.Collections.Generic.List<T><uint> |
|
fogID
선언
public string fogID { get; set; }
프로퍼티 값
imageID
선언
public string imageID { get; set; }
프로퍼티 값
l_name
선언
public LString l_name { get; set; }
프로퍼티 값
movables
선언
public List<bool> movables { get; }
프로퍼티 값
타입 |
설명 |
System.Collections.Generic.List<T><bool> |
|
movables4Ways
선언
public List<uint> movables4Ways { get; }
프로퍼티 값
타입 |
설명 |
System.Collections.Generic.List<T><uint> |
|
name
선언
public string name { get; set; }
프로퍼티 값
objects
선언
public List<TGameTilesetObject> objects { get; }
프로퍼티 값
타입 |
설명 |
System.Collections.Generic.List<T><TGameTilesetObject> |
|
panorama1
선언
public TGamePanorama panorama1 { get; set; }
프로퍼티 값
panorama1ID
선언
public string panorama1ID { get; set; }
프로퍼티 값
panorama2
선언
public TGamePanorama panorama2 { get; set; }
프로퍼티 값
panorama2ID
선언
public string panorama2ID { get; set; }
프로퍼티 값
panorama3
선언
public TGamePanorama panorama3 { get; set; }
프로퍼티 값
panorama3ID
선언
public string panorama3ID { get; set; }
프로퍼티 값
panorama4
선언
public TGamePanorama panorama4 { get; set; }
프로퍼티 값
panorama4ID
선언
public string panorama4ID { get; set; }
프로퍼티 값
panorama5
선언
public TGamePanorama panorama5 { get; set; }
프로퍼티 값
panorama5ID
선언
public string panorama5ID { get; set; }
프로퍼티 값
priorities
선언
public List<uint> priorities { get; }
프로퍼티 값
타입 |
설명 |
System.Collections.Generic.List<T><uint> |
|
tag
선언
public List<uint> tag { get; }
프로퍼티 값
타입 |
설명 |
System.Collections.Generic.List<T><uint> |
|