class Video extends Entity implements EntityInterface
30
{
31
/**
32
* Init <a-video>
33
*
34
* The video primitive displays a video on a flat plane as a texture. It is an entity that prescribes the geometry with its geometric primitive set to plane.
This check compares the return type specified in the @return annotation of a function
or method doc comment with the types returned by the function and raises an issue if they
mismatch.
Loading history...
56
*/
57
1
public function height(float $height = 1.75): self
This check compares the return type specified in the @return annotation of a function
or method doc comment with the types returned by the function and raises an issue if they
mismatch.
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.