C# Class SEToolbox.Interop.Asteroids.MyVoxelBuilderArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: midspace/SEToolbox Class Usage Examples

Public Methods

Method Description
MyVoxelBuilderArgs ( Vector3I size, Vector3I coordinatePoint, string material, byte volume, byte indestructible ) : System

Method Details

MyVoxelBuilderArgs() public method

public MyVoxelBuilderArgs ( Vector3I size, Vector3I coordinatePoint, string material, byte volume, byte indestructible ) : System
size Vector3I
coordinatePoint Vector3I
material string
volume byte
indestructible byte
return System