Gets or sets the up direction of the camera
in Axes. The
array contains the components of the direction arranged in the
order x, y, z.
Read-write property
[Visual Basic .NET] |
---|
Public Property UpVector() As System.Array
|
[C#] |
---|
public System.Array UpVector {get; set;}
|
[Managed C++] |
---|
public: __property System::Array^ get_UpVector();
|
[Unmanaged C++] |
---|
public: HRESULT get_UpVector(
|
[Java] |
---|
public Object[] getUpVector();public void setUpVector(
|
Shows the format of
the Camera's UpVector property.
[C#] | ![]() |
|
---|---|---|
|
Shows the format of
the Camera's UpVector property.
[Visual Basic .NET] | ![]() |
|
---|---|---|
|