C# 클래스 OpenRA.Graphics.VoxelAnimation

파일 보기 프로젝트 열기: OpenRA/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DisableFunc Func
FrameFunc Func
OffsetFunc Func
RotationFunc Func>
Voxel Voxel

공개 메소드들

메소드 설명
VoxelAnimation ( Voxel voxel, Func offset, Func rotation, Func disable, Func frame ) : System

메소드 상세

VoxelAnimation() 공개 메소드

public VoxelAnimation ( Voxel voxel, Func offset, Func rotation, Func disable, Func frame ) : System
voxel Voxel
offset Func
rotation Func
disable Func
frame Func
리턴 System

프로퍼티 상세

DisableFunc 공개적으로 프로퍼티

public Func DisableFunc
리턴 Func

FrameFunc 공개적으로 프로퍼티

public Func FrameFunc
리턴 Func

OffsetFunc 공개적으로 프로퍼티

public Func OffsetFunc
리턴 Func

RotationFunc 공개적으로 프로퍼티

public Func> RotationFunc
리턴 Func>

Voxel 공개적으로 프로퍼티

public Voxel,OpenRA.Graphics Voxel
리턴 Voxel