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