|
Drag[en]gine Script Module DragonScript 1.32.1
|
Simple conversation camera shot. More...
Classes | |
| enum | Type |
| Camera shot type. More... | |
Public Member Functions | |
| StringID | getCameraTarget () |
| Target the camera is attached to or null if not set. | |
| String | getCommand () |
| Command or null. | |
| float | getDuration () |
| Shot duration in seconds. | |
| StringID | getLookAtTarget () |
| Target the camera is looking at or null if not set. | |
| StringID | getSubTarget () |
| Sub target identifier. | |
| StringID | getTarget () |
| Target identifier. | |
| Type | getType () |
| Type. | |
| SimpleConversationCameraShot | new (SimpleConversationCameraShot shot) |
| Create copy of simple conversation camera definition. | |
| SimpleConversationCameraShot | new (Type type) |
| Create simple conversation camera definition. | |
| void | setCameraTarget (StringID target) |
| Set target the camera is attached to or null if not set. | |
| void | setCommand (String command) |
| Set command or null. | |
| void | setDuration (float duration) |
| Set shot duration in seconds. | |
| void | setLookAtTarget (StringID target) |
| Set target the camera is looking at or null if not set. | |
| void | setSubTarget (StringID subTarget) |
| Set sub target identifier. | |
| void | setTarget (StringID target) |
| Set target identifier. | |
Public Attributes | |
| String | pCommand |
| float | pDuration |
| StringID | pTarget |
| Type | pType |
Simple conversation camera shot.
Camera shots can be either static conversation camera shots or dynamic shots. Dynamic shots are selected using either a conversation snippet, a conversation game command or a conversation actor command.
| StringID Dragengine.ConversationSystem.SimpleConversationCameraShot.getCameraTarget | ( | ) |
Target the camera is attached to or null if not set.
Used only for Type::cameraShot.
| String Dragengine.ConversationSystem.SimpleConversationCameraShot.getCommand | ( | ) |
Command or null.
Used for Type::command only otherwise null.
| float Dragengine.ConversationSystem.SimpleConversationCameraShot.getDuration | ( | ) |
Shot duration in seconds.
Used for Type::cameraShot only otherwise null.
| StringID Dragengine.ConversationSystem.SimpleConversationCameraShot.getLookAtTarget | ( | ) |
Target the camera is looking at or null if not set.
Used only for Type::cameraShot.
| StringID Dragengine.ConversationSystem.SimpleConversationCameraShot.getSubTarget | ( | ) |
Sub target identifier.
| StringID Dragengine.ConversationSystem.SimpleConversationCameraShot.getTarget | ( | ) |
Target identifier.
| Type Dragengine.ConversationSystem.SimpleConversationCameraShot.getType | ( | ) |
Type.
| SimpleConversationCameraShot Dragengine.ConversationSystem.SimpleConversationCameraShot.new | ( | SimpleConversationCameraShot | shot | ) |
Create copy of simple conversation camera definition.
| SimpleConversationCameraShot Dragengine.ConversationSystem.SimpleConversationCameraShot.new | ( | Type | type | ) |
Create simple conversation camera definition.
| void Dragengine.ConversationSystem.SimpleConversationCameraShot.setCameraTarget | ( | StringID | target | ) |
Set target the camera is attached to or null if not set.
Used only for Type::cameraShot.
| void Dragengine.ConversationSystem.SimpleConversationCameraShot.setCommand | ( | String | command | ) |
Set command or null.
Used for Type::command only otherwise null.
| void Dragengine.ConversationSystem.SimpleConversationCameraShot.setDuration | ( | float | duration | ) |
Set shot duration in seconds.
Used for Type::cameraShot only otherwise null.
| void Dragengine.ConversationSystem.SimpleConversationCameraShot.setLookAtTarget | ( | StringID | target | ) |
Set target the camera is looking at or null if not set.
Used only for Type::cameraShot.
| void Dragengine.ConversationSystem.SimpleConversationCameraShot.setSubTarget | ( | StringID | subTarget | ) |
Set sub target identifier.
| void Dragengine.ConversationSystem.SimpleConversationCameraShot.setTarget | ( | StringID | target | ) |
Set target identifier.
| String Dragengine.ConversationSystem.SimpleConversationCameraShot.pCommand |
| float Dragengine.ConversationSystem.SimpleConversationCameraShot.pDuration |
| StringID Dragengine.ConversationSystem.SimpleConversationCameraShot.pTarget |
| Type Dragengine.ConversationSystem.SimpleConversationCameraShot.pType |