Description
ReferenceFrame System used to orient an environment map around a glTF model.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ReflectionReferenceFrame() As String
|
| [C#] |
|---|
public string ReflectionReferenceFrame {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ReflectionReferenceFrame(); public: __property void set_ReflectionReferenceFrame(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ReflectionReferenceFrame(
BSTR * pVal
);
public: HRESULT put_ReflectionReferenceFrame(
BSTR pVal
);
|
| [Java] |
|---|
public String getReflectionReferenceFrame();
public void setReflectionReferenceFrame(
String
);
|
| [Python - STK API] |
|---|
@property
def ReflectionReferenceFrame(self) -> str:
@ReflectionReferenceFrame.setter
def ReflectionReferenceFrame(self, pVal:str) -> None:
|
See Also