@@ -42,7 +42,7 @@ |
||
42 | 42 | * |
43 | 43 | * Delay (in milliseconds) or event name to wait on before beginning animation |
44 | 44 | * |
45 | - * @param int|string $ms |
|
45 | + * @param integer $ms |
|
46 | 46 | * @return AnimationInterface |
47 | 47 | */ |
48 | 48 | public function begin($ms = 0): AnimationInterface; |
@@ -42,7 +42,7 @@ |
||
42 | 42 | * |
43 | 43 | * Delay (in milliseconds) or event name to wait on before beginning animation |
44 | 44 | * |
45 | - * @param int|string $ms |
|
45 | + * @param integer $ms |
|
46 | 46 | * @return AnimationInterface |
47 | 47 | */ |
48 | 48 | public function begin($ms = 0): AnimationInterface; |
@@ -76,7 +76,6 @@ |
||
76 | 76 | /** |
77 | 77 | * loop video |
78 | 78 | * |
79 | - * @param string $preload |
|
80 | 79 | * @return AssetVideoInterface |
81 | 80 | */ |
82 | 81 | public function loop(bool $loop = true): AssetVideoInterface |
@@ -66,7 +66,7 @@ |
||
66 | 66 | * {@inheritdoc} |
67 | 67 | * |
68 | 68 | * @param null|string $src |
69 | - * @return void |
|
69 | + * @return AssetsInterface |
|
70 | 70 | */ |
71 | 71 | public function src(string $src = null): AssetsInterface |
72 | 72 | { |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | * |
73 | 73 | * {@inheritdoc} |
74 | 74 | * |
75 | - * @param int|float $height |
|
75 | + * @param double $height |
|
76 | 76 | * @return VideoPrimitiveIF |
77 | 77 | */ |
78 | 78 | public function height(float $height = 1.75): VideoPrimitiveIF |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | * |
87 | 87 | * {@inheritdoc} |
88 | 88 | * |
89 | - * @param int|float $width |
|
89 | + * @param integer $width |
|
90 | 90 | * @return VideoPrimitiveIF |
91 | 91 | */ |
92 | 92 | public function width(float $width = 3): VideoPrimitiveIF |
@@ -85,7 +85,7 @@ |
||
85 | 85 | * Autoplay video |
86 | 86 | * |
87 | 87 | * @param bool $autoplay |
88 | - * @return AssetVideoInterface |
|
88 | + * @return VideospherePrimitiveIF |
|
89 | 89 | */ |
90 | 90 | public function autoplay(bool $autoplay = true): VideospherePrimitiveIF |
91 | 91 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * geometry.height |
33 | 33 | * |
34 | - * @param int|float $height |
|
34 | + * @param double $height |
|
35 | 35 | * @return VideoPrimitiveIF |
36 | 36 | */ |
37 | 37 | public function height(float $height = 1.75): VideoPrimitiveIF; |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file. |
35 | 35 | * |
36 | 36 | * @param null|string $selector |
37 | - * @return ObjModelCMPTIF |
|
37 | + * @return ObjModelPrimitiveIF |
|
38 | 38 | */ |
39 | 39 | public function obj(string $selector = null): ObjModelPrimitiveIF; |
40 | 40 | |
@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | * use the material component instead. |
46 | 46 | * |
47 | 47 | * @param null|string $selector |
48 | - * @return ObjModelCMPTIF |
|
48 | + * @return ObjModelPrimitiveIF |
|
49 | 49 | */ |
50 | 50 | public function mtl(string $selector = null): ObjModelPrimitiveIF; |
51 | 51 | } |
52 | 52 | \ No newline at end of file |
@@ -43,8 +43,7 @@ |
||
43 | 43 | * |
44 | 44 | * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file. |
45 | 45 | * |
46 | - * @param null|string $selector |
|
47 | - * @return ObjModelPrimitiveIF |
|
46 | + * @return Curvedimage |
|
48 | 47 | */ |
49 | 48 | public function init() |
50 | 49 | { |