SpotLight |
SpotLight.set(Color color,
float posX,
float posY,
float posZ,
float dirX,
float dirY,
float dirZ,
float intensity,
float cutoffAngle) |
SpotLight |
SpotLight.set(Color color,
Vector3 position,
Vector3 direction,
float intensity,
float cutoffAngle) |
SpotLight |
SpotLight.set(float r,
float g,
float b,
float posX,
float posY,
float posZ,
float dirX,
float dirY,
float dirZ,
float intensity,
float cutoffAngle) |
SpotLight |
SpotLight.set(float r,
float g,
float b,
Vector3 position,
Vector3 direction,
float intensity,
float cutoffAngle) |
SpotLight |
SpotLight.set(SpotLight copyFrom) |
SpotLight |
SpotLight.setTarget(Vector3 target) |