C# 클래스 ColladaXna.Base.Import.LightImporter

상속: IColladaImporter
파일 보기 프로젝트 열기: Bunkerbewohner/ColladaXna 1 사용 예제들

공개 메소드들

메소드 설명
Import ( XmlNode xmlRoot, ColladaModel model ) : void

비공개 메소드들

메소드 설명
CanImport ( XmlNode xmlLightInstance ) : bool

Determines whether the light can be imported (i.e. supported). Currently supported light types are: - directional - ambient

GetLightFromInstance ( XmlNode xmlInstanceLight ) : XmlNode

When given an instance_light XML node this method returns the referenced light XML node from the light library.

ImportLight ( XmlNode xmlInstanceLight ) : Light

Imports a light referenced by a light instance. Inputs are assumed to be supported (CanImport must return true for them).

메소드 상세

Import() 공개 메소드

public Import ( XmlNode xmlRoot, ColladaModel model ) : void
xmlRoot System.Xml.XmlNode
model ColladaModel
리턴 void