Class ObjElement
Inherited Members
Namespace: JeremyAnsel.Media.WavefrontObj
Assembly: JeremyAnsel.Media.WavefrontObj.dll
Syntax
public abstract class ObjElement
Properties
| Edit this page View SourceLevelOfDetail
Declaration
public int LevelOfDetail { get; set; }
Property Value
Type | Description |
---|---|
int |
MapName
Declaration
public string? MapName { get; set; }
Property Value
Type | Description |
---|---|
string |
MaterialName
Declaration
public string? MaterialName { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectName
Declaration
public string? ObjectName { get; set; }
Property Value
Type | Description |
---|---|
string |