C# Class OpenRA.Mods.Common.Graphics.VoxelPreview

Inheritance: IActorPreview
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
Render ( WorldRenderer wr, WPos pos ) : IEnumerable
Tick ( ) : void
VoxelPreview ( VoxelAnimation components, WVec offset, int zOffset, float scale, WAngle lightPitch, WAngle lightYaw, float lightAmbientColor, float lightDiffuseColor, WAngle cameraPitch, OpenRA.Graphics.PaletteReference colorPalette, OpenRA.Graphics.PaletteReference normalsPalette, OpenRA.Graphics.PaletteReference shadowPalette ) : System.Collections.Generic

Method Details

Render() public méthode

public Render ( WorldRenderer wr, WPos pos ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
pos WPos
Résultat IEnumerable

Tick() public méthode

public Tick ( ) : void
Résultat void

VoxelPreview() public méthode

public VoxelPreview ( VoxelAnimation components, WVec offset, int zOffset, float scale, WAngle lightPitch, WAngle lightYaw, float lightAmbientColor, float lightDiffuseColor, WAngle cameraPitch, OpenRA.Graphics.PaletteReference colorPalette, OpenRA.Graphics.PaletteReference normalsPalette, OpenRA.Graphics.PaletteReference shadowPalette ) : System.Collections.Generic
components OpenRA.Graphics.VoxelAnimation
offset WVec
zOffset int
scale float
lightPitch WAngle
lightYaw WAngle
lightAmbientColor float
lightDiffuseColor float
cameraPitch WAngle
colorPalette OpenRA.Graphics.PaletteReference
normalsPalette OpenRA.Graphics.PaletteReference
shadowPalette OpenRA.Graphics.PaletteReference
Résultat System.Collections.Generic