C# Class VVVV.Nodes.VoxelProperties.VoxelProperties

Mostrar archivo Open project: elliotwoods/HanRiver-VVVV Class Usage Examples

Public Properties

Property Type Description
Color ColorProperties
Surface SurfaceProperties
Transform Matrix4x4
Wave WaveProperties

Public Methods

Method Description
VoxelProperties ( Matrix4x4 Transform, SurfaceProperties Surface, ColorProperties Color, WaveProperties Wave ) : System

Method Details

VoxelProperties() public method

public VoxelProperties ( Matrix4x4 Transform, SurfaceProperties Surface, ColorProperties Color, WaveProperties Wave ) : System
Transform Matrix4x4
Surface SurfaceProperties
Color ColorProperties
Wave WaveProperties
return System

Property Details

Color public_oe property

public ColorProperties,VVVV.Nodes.VoxelProperties Color
return ColorProperties

Surface public_oe property

public SurfaceProperties,VVVV.Nodes.VoxelProperties Surface
return SurfaceProperties

Transform public_oe property

public Matrix4x4 Transform
return Matrix4x4

Wave public_oe property

public WaveProperties,VVVV.Nodes.VoxelProperties Wave
return WaveProperties