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