BindablePointCopyFrom(dvec3) Method |
Copies XYZ from point.
Namespace: RAYLASE.Shared.GUIAssembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntaxpublic BindablePoint CopyFrom(
dvec3 point
)
Parameters
- point dvec3
- Point to copy from.
Return Value
BindablePointThis.
See Also