예제 #1
0
 public TextureLink(ModularTextureData Texture, ModularTextureArray Array, ModularPlacableObject ModularPlacable, Utils.RenderSet Set, int SetID)
 {
     this._Texture        = Texture;
     this._Array          = Array;
     this.ModularPlacable = ModularPlacable;
     AddRenderTuple(Set, SetID);
 }
예제 #2
0
 public TextureGroup(TextureLink link, ModularTextureArray TextureArray)
 {
     this._Texture      = link._Texture;
     this._TextureArray = TextureArray;
     this.Links.Add(link);
 }