Interface ICameraModel
- Namespace
- HelixToolkit.Avalonia.SharpDX
- Assembly
- HelixToolkit.Avalonia.SharpDX.dll
public interface ICameraModel
- Extension Methods
Properties
CameraInternal
CameraCore CameraInternal { get; }
Property Value
CreateLeftHandSystem
bool CreateLeftHandSystem { get; set; }
Property Value
LookDirection
Vector3 LookDirection { get; set; }
Property Value
Position
Vector3 Position { get; set; }
Property Value
UpDirection
Vector3 UpDirection { get; set; }
Property Value
Methods
AnimateTo(Vector3, Vector3, Vector3, double)
void AnimateTo(Vector3 newPosition, Vector3 newDirection, Vector3 newUpDirection, double animationTime)
Parameters
OnTimeStep()
bool OnTimeStep()
Returns
StopAnimation()
void StopAnimation()