Class BIMViewerUI
Namespace: UnityEngine.Reflect
Syntax
public class BIMViewerUI : MonoBehaviour
Fields
ContentParent
Declaration
public Transform ContentParent
Field Value
Type | Description |
---|---|
Transform |
m_ParameterTemplate
Declaration
protected BIMParameterUI m_ParameterTemplate
Field Value
Type | Description |
---|---|
BIMParameterUI |
Methods
RefreshMetaData(Metadata)
Declaration
public void RefreshMetaData(Metadata metadata)
Parameters
Type | Name | Description |
---|---|---|
Metadata | metadata |
SetParameter(Int32, String, String)
Declaration
protected void SetParameter(int index, string title, string value)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | |
String | title | |
String | value |