LightRig
LightRig class
Represents LightRig.
getDirection
| Name | Description |
|---|---|
| getDirection() | Light direction. Read/write LightingDirection. |
Result: int
getLightType
| Name | Description |
|---|---|
| getLightType() | Represents a preset light right that can be applied to a shape. The light rig represents a group of lights oriented in a specific way relative to a 3D scene. Read/write LightRigPresetType. |
Result: int
getParent_IPresentationComponent
| Name | Description |
|---|---|
| getParent_IPresentationComponent() |
getParent_ISlideComponent
| Name | Description |
|---|---|
| getParent_ISlideComponent() |
getParent_Immediate
| Name | Description |
|---|---|
| getParent_Immediate() |
getPresentation
| Name | Description |
|---|---|
| getPresentation() |
Result: Presentation
getRotation
| Name | Description |
|---|---|
| getRotation() | A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. first element in return array - latitude, second - longitude, third - revolution. Returns null if no rotation defined. |
Result: float
getSlide
| Name | Description |
|---|---|
| getSlide() |
Result: BaseSlide
getVersion
| Name | Description |
|---|---|
| getVersion() |
Result: long
getVersion
| Name | Description |
|---|---|
| getVersion() |
Result: long
setDirection
| Name | Description |
|---|---|
| setDirection(int) | Light direction. Read/write LightingDirection. |
setLightType
| Name | Description |
|---|---|
| setLightType(int) | Represents a preset light right that can be applied to a shape. The light rig represents a group of lights oriented in a specific way relative to a 3D scene. Read/write LightRigPresetType. |
setRotation
| Name | Description |
|---|---|
| setRotation(float, float, float) | A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. If any of coordinate value is Float.NaN, all rotation is undefined. |