C# Class Collada.Light

Show file Open project: dsrbecky/ColladaDOM

Public Properties

Property Type Description
IDs Light>.System.Collections.Generic.Dictionary

Private Properties

Property Type Description

Public Methods

Method Description
Render ( ) : void
ResetLight ( int light ) : void
Setup ( int &lightCount ) : void

Method Details

Render() public method

public Render ( ) : void
return void

ResetLight() public method

public ResetLight ( int light ) : void
light int
return void

Setup() public method

public Setup ( int &lightCount ) : void
lightCount int
return void

Property Details

IDs public static property

public static System.Collections.Generic.Dictionary IDs
return Light>.System.Collections.Generic.Dictionary