Interface ISceneInterface
Assembly: AxEngine.dll
Syntax
public interface ISceneInterface
Methods
|
Improve this Doc
View Source
AddLight(LightComponent)
Declaration
void AddLight(LightComponent light)
Parameters
|
Improve this Doc
View Source
AddPrimitive(PrimitiveComponent)
Declaration
void AddPrimitive(PrimitiveComponent primitive)
Parameters
|
Improve this Doc
View Source
RemoveLight(LightComponent)
Declaration
void RemoveLight(LightComponent light)
Parameters
|
Improve this Doc
View Source
RemovePrimitive(PrimitiveComponent)
Declaration
void RemovePrimitive(PrimitiveComponent primitive)
Parameters