KitchenDraw SDK 2
Show / Hide Table of Contents

Method AddViewPoint

AddViewPoint(string)

Adds a view point at the end of the list of view points registered in the scene. The view point will have the characterictics of the current observer.

Declaration
public Scene.ViewPoint AddViewPoint(string name)
Parameters
Type Name Description
string name

Name of the view point. Should not be empty.

Returns
Type Description
Scene.ViewPoint

Created view point

In this article
Back to top Generated by DocFX