Click or drag to resize

MaterialManager Class

Material Manager
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerMaterialManager

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public class MaterialManager : VIZCoreBase

The MaterialManager type exposes the following members.

Constructors
 NameDescription
Public methodMaterialManager Construction
Top
Properties
 NameDescription
Public propertyMaterials Material ID List
Public propertyMetallic [ PBR Shading ] 기본 금속 비율 0.0 ~ 1.0 설정 (기본 : 0.1)
Public propertyRoughness [ PBR Shading ] 기본 거칠기 비율 0.0 ~ 1.0 설정 (기본 : 0.5)
Top
Methods
 NameDescription
Public methodAdd(Bitmap) Material 추가
Public methodCode exampleAdd(String) Material 추가. (Max. 256EA)
Public methodCode exampleCopy(Int32) Material 복사
Public methodCopy(ResourceMaterials) Material 복사
Public methodDelete Material 삭제
Public methodCode exampleSetColor Material 색상 설정
Top
See Also