Exemple #1
0
 public TmxLayer2D(TmxFile2D tmxFile, TileMapLayerType2D type) : base(UrhoObjectFlag.Empty)
 {
     Runtime.Validate(typeof(TmxLayer2D));
     handle = TmxLayer2D_TmxLayer2D((object)tmxFile == null ? IntPtr.Zero : tmxFile.Handle, type);
     Runtime.RegisterObject(this);
     OnTmxLayer2DCreated();
 }
Exemple #2
0
 internal static extern IntPtr TmxLayer2D_TmxLayer2D(IntPtr tmxFile, TileMapLayerType2D type);