Class ObjMaterialFile
Inheritance
ObjMaterialFile
Assembly: JeremyAnsel.Media.WavefrontObj.dll
public class ObjMaterialFile
Constructors
|
Edit this page
View Source
Declaration
Properties
|
Edit this page
View Source
Declaration
public string? HeaderText { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjMaterial> Materials { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public static ObjMaterialFile FromFile(string? path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
|
Edit this page
View Source
Declaration
public static ObjMaterialFile FromStream(Stream? stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns
|
Edit this page
View Source
Declaration
public void WriteTo(Stream? stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
|
Edit this page
View Source
Declaration
public void WriteTo(string? path)
Parameters
Type |
Name |
Description |
string |
path |
|