@@ -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 |
@@ -181,7 +181,7 @@ |
||
181 | 181 | /** |
182 | 182 | * Camera child cursor entity |
183 | 183 | * |
184 | - * @return \AframeVR\Interfaces\Core\Components\CursorCMPTIF |
|
184 | + * @return Entity |
|
185 | 185 | */ |
186 | 186 | public function cursor() |
187 | 187 | { |
@@ -43,7 +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 | - * @return ObjModelPrimitiveIF |
|
46 | + * @return Cone |
|
47 | 47 | */ |
48 | 48 | public function init() |
49 | 49 | { |
@@ -44,7 +44,7 @@ |
||
44 | 44 | * |
45 | 45 | * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file. |
46 | 46 | * |
47 | - * @return ObjModelPrimitiveIF |
|
47 | + * @return Cursor |
|
48 | 48 | */ |
49 | 49 | public function init() |
50 | 50 | { |
@@ -46,7 +46,7 @@ |
||
46 | 46 | * |
47 | 47 | * Selector to an <a-asset-item> pointing to a .OBJ file or an inline path to a .OBJ file. |
48 | 48 | * |
49 | - * @return ObjModelPrimitiveIF |
|
49 | + * @return Curvedimage |
|
50 | 50 | */ |
51 | 51 | public function init() |
52 | 52 | { |