C# Class OpenRA.Graphics.VoxelAnimation

Afficher le fichier Open project: OpenRA/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
DisableFunc Func
FrameFunc Func
OffsetFunc Func
RotationFunc Func>
Voxel Voxel

Méthodes publiques

Méthode Description
VoxelAnimation ( Voxel voxel, Func offset, Func rotation, Func disable, Func frame ) : System

Method Details

VoxelAnimation() public méthode

public VoxelAnimation ( Voxel voxel, Func offset, Func rotation, Func disable, Func frame ) : System
voxel Voxel
offset Func
rotation Func
disable Func
frame Func
Résultat System

Property Details

DisableFunc public_oe property

public Func DisableFunc
Résultat Func

FrameFunc public_oe property

public Func FrameFunc
Résultat Func

OffsetFunc public_oe property

public Func OffsetFunc
Résultat Func

RotationFunc public_oe property

public Func> RotationFunc
Résultat Func>

Voxel public_oe property

public Voxel,OpenRA.Graphics Voxel
Résultat Voxel