The JavaScript class for defining the standard palette locations. Obtain it from Constants.
More...
|
| int | ENVIRONMENT |
| | Represent the Environment location of the project. A palette created with this location would be stored in the environment folder. More...
|
| |
| int | JOB |
| | Represent the Job location of the project. A palette created with this location would be stored in the job folder. More...
|
| |
| int | SCENE |
| | Represent the Scene location of the project. A palette created with this location would be stored in the scene folder. More...
|
| |
| int | ELEMENT |
| | Represent a location in an element of the project. More...
|
| |
| int | EXTERNAL |
| | Represents a location outside the project. More...
|
| |
The JavaScript class for defining the standard palette locations. Obtain it from Constants.
◆ ELEMENT
| int PaletteLocation::ELEMENT |
|
read |
Represent a location in an element of the project.
◆ ENVIRONMENT
| int PaletteLocation::ENVIRONMENT |
|
read |
Represent the Environment location of the project. A palette created with this location would be stored in the environment folder.
◆ EXTERNAL
| int PaletteLocation::EXTERNAL |
|
read |
Represents a location outside the project.
◆ JOB
Represent the Job location of the project. A palette created with this location would be stored in the job folder.
◆ SCENE
| int PaletteLocation::SCENE |
|
read |
Represent the Scene location of the project. A palette created with this location would be stored in the scene folder.