Home
last modified time | relevance | path

Searched refs:WithZOffset (Results 1 – 21 of 21) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DRenderable.cs24 IRenderable WithZOffset(int newOffset); in WithZOffset() method
H A DUISpriteRenderable.cs44 public IRenderable WithZOffset(int newOffset) { return this; } in WithZOffset() method
H A DTargetLineRenderable.cs39 …public IRenderable WithZOffset(int newOffset) { return new TargetLineRenderable(waypoints, color);… in WithZOffset() method
H A DSpriteRenderable.cs47 …public IRenderable WithZOffset(int newOffset) { return new SpriteRenderable(sprite, pos, offset, n… in WithZOffset() method
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Modifiers/
H A DWithColoredOverlay.cs50 .WithZOffset(a.ZOffset + 1) in ModifiedRender()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Graphics/
H A DPolygonAnnotationRenderable.cs39 …public IRenderable WithZOffset(int newOffset) { return new PolygonAnnotationRenderable(vertices, e… in WithZOffset() method
H A DLineAnnotationRenderable.cs48 …public IRenderable WithZOffset(int newOffset) { return new LineAnnotationRenderable(start, end, wi… in WithZOffset() method
H A DSelectionBoxAnnotationRenderable.cs40 public IRenderable WithZOffset(int newOffset) { return this; } in WithZOffset() method
H A DCircleAnnotationRenderable.cs43 …public IRenderable WithZOffset(int newOffset) { return new CircleAnnotationRenderable(centerPositi… in WithZOffset() method
H A DTextAnnotationRenderable.cs52 …public IRenderable WithZOffset(int newOffset) { return new TextAnnotationRenderable(font, pos, zOf… in WithZOffset() method
H A DBeamRenderable.cs43 …public IRenderable WithZOffset(int newOffset) { return new BeamRenderable(pos, zOffset, length, sh… in WithZOffset() method
H A DDetectionCircleAnnotationRenderable.cs52 public IRenderable WithZOffset(int newOffset) in WithZOffset() method
H A DRailgunRenderable.cs49 …public IRenderable WithZOffset(int newOffset) { return new RailgunHelixRenderable(pos, newOffset, … in WithZOffset() method
H A DRangeCircleAnnotationRenderable.cs44 …public IRenderable WithZOffset(int newOffset) { return new RangeCircleAnnotationRenderable(centerP… in WithZOffset() method
H A DContrailRenderable.cs54 …public IRenderable WithZOffset(int newOffset) { return new ContrailRenderable(world, (WPos[])trail… in WithZOffset() method
H A DUIModelRenderable.cs67 public IRenderable WithZOffset(int newOffset) { return this; } in WithZOffset() method
H A DSelectionBarsAnnotationRenderable.cs50 public IRenderable WithZOffset(int newOffset) { return this; } in WithZOffset() method
H A DModelRenderable.cs65 public IRenderable WithZOffset(int newOffset) in WithZOffset() method
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Render/
H A DWithShadow.cs55 .WithZOffset(a.ZOffset + (height + info.ZOffset)) in IRenderModifier.ModifyRender()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Traits/Render/
H A DWithCargo.cs111 yield return pp.WithZOffset(1); in IRender.Render()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Graphics/
H A DTeslaZapRenderable.cs74 …public IRenderable WithZOffset(int newOffset) { return new TeslaZapRenderable(pos, zOffset, length… in WithZOffset() method