프로퍼티 | 타입 | 설명 | |
---|---|---|---|
color | Color | ||
far | double | ||
name | string | ||
near | double |
메소드 | 설명 | |
---|---|---|
Fog ( ) : System | ||
Fog ( Color color, double near, double far ) : System | ||
Fog ( int hex, double near, double far ) : System |
public Fog ( Color color, double near, double far ) : System | ||
color | Color | |
near | double | |
far | double | |
리턴 | System |
public Fog ( int hex, double near, double far ) : System | ||
hex | int | |
near | double | |
far | double | |
리턴 | System |