ElasticsManagerInspector.DrawElasticsManagerLink Method

Definition

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.

Applies to