C# 클래스 OpenRA.Mods.Common.Graphics.VoxelPreview

상속: IActorPreview
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
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

메소드 상세

Render() 공개 메소드

public Render ( WorldRenderer wr, WPos pos ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
pos WPos
리턴 IEnumerable

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

VoxelPreview() 공개 메소드

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
리턴 System.Collections.Generic