C# 클래스 Poonya.SEA3D.Objects.Techniques.PhysicalTech

상속: TechBase
파일 보기 프로젝트 열기: sunag/sea3d

공개 프로퍼티들

프로퍼티 타입 설명
color int
metalness float
roughness float

공개 메소드들

메소드 설명
PhysicalTech ( ) : System
Write ( ) : ByteArray

메소드 상세

PhysicalTech() 공개 메소드

public PhysicalTech ( ) : System
리턴 System

Write() 공개 메소드

public Write ( ) : ByteArray
리턴 ByteArray

프로퍼티 상세

color 공개적으로 프로퍼티

public int color
리턴 int

metalness 공개적으로 프로퍼티

public float metalness
리턴 float

roughness 공개적으로 프로퍼티

public float roughness
리턴 float