Table of Contents

Class SceneConfiguration

Namespace
Bonsai.Shaders.Rendering
Assembly
Bonsai.Shaders.Rendering.dll

Provides configuration information for scene resources.

public class SceneConfiguration
Inheritance
SceneConfiguration
Inherited Members

Properties

FileName

Gets or sets the name of the file from which to load the scene.

[TypeConverter(typeof(ResourceFileNameConverter))]
[FileNameFilter("COLLADA Files (*.dae)|*.dae|Blender Files (*.blend)|*.blend|FBX Files (*.fbx)|*.fbx|OBJ Files (*.obj)|*.obj|STL Files (*.stl)|*.stl|All Files|*.*")]
public string FileName { get; set; }

Property Value

string

Name

Gets or sets the name of the scene.

public string Name { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.