Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Parameters don't support subtypes #159

Closed
erunion opened this issue May 10, 2018 · 0 comments
Closed

Parameters don't support subtypes #159

erunion opened this issue May 10, 2018 · 0 comments
Labels
Milestone

Comments

@erunion
Copy link
Owner

erunion commented May 10, 2018

* @api-param:public spatial.director_timeline (array<object>) - The 360 director timeline. 
* @api-param:public spatial.director_timeline.time_code `5` (float, required) - The 360 
*    director timeline time code.
* @api-param:public spatial.director_timeline.pitch `70` (float, required) - The timeline 
*    pitch. This value must be between -90 and 90.
* @api-param:public spatial.director_timeline.roll `0` (float) - The timeline roll.
* @api-param:public spatial.director_timeline.yaw (float, required) - The timeline yaw. 
*    This value must be between 0 and 360.

Compiled, it looks like this:

  • spatial.director_timeline (array) - The 360 director timeline. The arrays in this field should include time_code, pitch, and yaw, and optionally roll. The pitch value must be between −90 and 90. The yaw value must be between 0 and 360.
  • spatial.director_timeline.pitch: 70 (number, required) - The timeline pitch. This value must be between -90 and 90.
  • spatial.director_timeline.roll (number) - The timeline roll.
  • spatial.director_timeline.time_code: 5 (number, required) - The 360 director timeline time code.
  • spatial.director_timeline.yaw (number, required) - The timeline yaw. This value must be between 0 and 360.
  • spatial.field_of_view: 50 (number) - The 360 field of view: default 50, minimum 30, maximum 90.
@erunion erunion added this to the v4.0: OAI milestone May 10, 2018
@erunion erunion removed the bug label May 27, 2018
@erunion erunion changed the title Parameters that are array objects don't get nested in blueprints Parameters don't support subtypes May 27, 2018
@erunion erunion mentioned this issue May 27, 2018
Merged
20 tasks
@erunion erunion closed this as completed May 27, 2018
@erunion erunion added bug and removed compiler labels Nov 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant