ElasticsManagerInspector.DrawElasticsManagerLink Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws a property of type ElasticsManager, showing a button to create a component to link to
public:
static void DrawElasticsManagerLink(UnityEditor::SerializedProperty ^ elasticsManager, UnityEngine::GameObject ^ hostObject);
public static void DrawElasticsManagerLink (UnityEditor.SerializedProperty elasticsManager, UnityEngine.GameObject hostObject);
static member DrawElasticsManagerLink : UnityEditor.SerializedProperty * UnityEngine.GameObject -> unit
Public Shared Sub DrawElasticsManagerLink (elasticsManager As SerializedProperty, hostObject As GameObject)
Parameters
- elasticsManager
- UnityEditor.SerializedProperty
ElasticsManager property of component this ui field gets drawn in.
- hostObject
- UnityEngine.GameObject
GameObject the component this is added to is attached to.