Exemplo n.º 1
0
 get => new Color(this.lineColorParam.GetValueVector4());
Exemplo n.º 2
0
 return(new Spritesheet(this.Texture, new Point(cell.w, cell.h), new Point(offset.x, offset.y), new Point(cellOrigin.x, cellOrigin.y), this.FrameDefaultDuration, this.FrameDefaultEffects));
Exemplo n.º 3
0
 get => new Vector2(this._map_x * Constants.CELL_WIDTH, this._map_y * Constants.CELL_HEIGHT);
Exemplo n.º 4
0
 get => new Color(this.Parameters["_color"].GetValueVector4());
Exemplo n.º 5
0
 get => new Color(this.blinkColorParam.GetValueVector4());
Exemplo n.º 6
0
 get => new Color(this.ColorVector);
Exemplo n.º 7
0
this.Color = new SKColor(this.Color.Red, this.Color.Green, this.Color.Blue, (byte)value);
Exemplo n.º 8
0
 return(new Spritesheet(this.Texture, new Point(cell.w, cell.h), new Point(offset.x, offset.y), new Point(cellOrigin.x, cellOrigin.y)));