C# Class OpenRA.Graphics.VoxelAnimation

Show file Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
DisableFunc Func
FrameFunc Func
OffsetFunc Func
RotationFunc Func>
Voxel Voxel

Public Methods

Method Description
VoxelAnimation ( Voxel voxel, Func offset, Func rotation, Func disable, Func frame ) : System

Method Details

VoxelAnimation() public method

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

Property Details

DisableFunc public property

public Func DisableFunc
return Func

FrameFunc public property

public Func FrameFunc
return Func

OffsetFunc public property

public Func OffsetFunc
return Func

RotationFunc public property

public Func> RotationFunc
return Func>

Voxel public property

public Voxel,OpenRA.Graphics Voxel
return Voxel