C# Class Collada.Node

Show file Open project: dsrbecky/ColladaDOM

Public Properties

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

Private Properties

Property Type Description

Public Methods

Method Description
GetCameras ( List cameras, List nodePath ) : void
Node ( )
Render ( ) : void
SetupLights ( int &lightCount ) : void
Transform ( ) : void

Method Details

GetCameras() public method

public GetCameras ( List cameras, List nodePath ) : void
cameras List
nodePath List
return void

Node() public method

public Node ( )

Render() public method

public Render ( ) : void
return void

SetupLights() public method

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

Transform() public method

public Transform ( ) : void
return void

Property Details

IDs public static property

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