C# Class OpenRA.Graphics.VoxelAnimation

Exibir arquivo 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_oe property

public Func DisableFunc
return Func

FrameFunc public_oe property

public Func FrameFunc
return Func

OffsetFunc public_oe property

public Func OffsetFunc
return Func

RotationFunc public_oe property

public Func> RotationFunc
return Func>

Voxel public_oe property

public Voxel,OpenRA.Graphics Voxel
return Voxel