public static final class CommentsCreateRequestViewData.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
Number |
angle() |
Get camera angle.
|
CommentsCreateRequestViewData.Builder |
angle(Number value) |
Set camera angle.
|
CommentsCreateRequestViewData |
build() |
|
Number[] |
cameraViewport() |
Get camera viewport data associated with this comment.
|
CommentsCreateRequestViewData.Builder |
cameraViewport(Number[] value) |
Set camera viewport data associated with this comment.
|
Boolean |
isPerspective() |
Get is perspective turned on.
|
CommentsCreateRequestViewData.Builder |
isPerspective(Boolean value) |
Set is perspective turned on.
|
Number[] |
viewMatrix() |
Get The view matrix to use.
|
CommentsCreateRequestViewData.Builder |
viewMatrix(Number[] value) |
Set The view matrix to use.
|
public final Number[] viewMatrix()
public final CommentsCreateRequestViewData.Builder viewMatrix(Number[] value)
value - The view matrix to use.public final Boolean isPerspective()
public final CommentsCreateRequestViewData.Builder isPerspective(Boolean value)
value - is perspective turned on.public final Number[] cameraViewport()
public final CommentsCreateRequestViewData.Builder cameraViewport(Number[] value)
value - camera viewport data associated with this comment.public final Number angle()
public final CommentsCreateRequestViewData.Builder angle(Number value)
value - camera angle.public final CommentsCreateRequestViewData build()
Copyright © 2021. All rights reserved.