|
| static | read (ByteBufferReader $in) |
| |
Definition at line 26 of file CameraSplineInstruction.php.
◆ __construct()
| pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::__construct |
( |
private float | $totalTime, |
|
|
private int | $easeType, |
|
|
private array | $curve, |
|
|
private array | $progressKeyFrames, |
|
|
private array | $rotationOptions, |
|
|
private string | $splineIdentifier, |
|
|
private bool | $loadFromJson ) |
- See also
- CameraSetInstructionEaseType
- Parameters
-
| Vector3[] | $curve | |
| CameraProgressOption[] | $progressKeyFrames | |
| CameraRotationOption[] | $rotationOptions | |
Definition at line 35 of file CameraSplineInstruction.php.
◆ getCurve()
| pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::getCurve |
( |
| ) |
|
◆ getEaseType()
| pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::getEaseType |
( |
| ) |
|
◆ getProgressKeyFrames()
| pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::getProgressKeyFrames |
( |
| ) |
|
◆ getRotationOptions()
| pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::getRotationOptions |
( |
| ) |
|
◆ getSplineIdentifier()
| pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::getSplineIdentifier |
( |
| ) |
|
◆ getTotalTime()
| pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::getTotalTime |
( |
| ) |
|
◆ isLoadFromJson()
| pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::isLoadFromJson |
( |
| ) |
|
◆ read()
| static pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::read |
( |
ByteBufferReader | $in | ) |
|
|
static |
◆ write()
| pocketmine\network\mcpe\protocol\types\camera\CameraSplineInstruction::write |
( |
ByteBufferWriter | $out | ) |
|
The documentation for this class was generated from the following file: