프로퍼티 | 타입 | 설명 | |
---|---|---|---|
coneAngle | float |
메소드 | 설명 | |
---|---|---|
SpotLight ( ) : System | ||
SpotLight ( Color color ) : System | ||
setConeAngle ( float coneAngle ) : |
||
setDirection ( Vector2 direction ) : |
wrapper for entity.transform.rotation to ease in setting up direction of spots to point at specific locations
|
|
setIntensity ( float intensity ) : |
brightness of the light
|
|
setRadius ( float radius ) : |
how far does this light reach
|
|
setZPosition ( float z ) : |
public setConeAngle ( float coneAngle ) : |
||
coneAngle | float | |
리턴 |
public setDirection ( Vector2 direction ) : |
||
direction | Vector2 | Direction. |
리턴 |
public setIntensity ( float intensity ) : |
||
intensity | float | Intensity. |
리턴 |