Szerkesztés

Megosztás a következőn keresztül:


SceneInfoDrawer.DrawTagProperty Property

Definition

Used to control whether to draw the tag property. All scenes can have tags, but they're not always relevant based on how the scene is being used. Not sure how much I like this method of controlling property drawing since it could result in unpredictable behavior in inspectors. We could add an enum or bool to the SceneInfo struct to control this, but that seemed like unnecessary clutter.

public:
 static property bool DrawTagProperty { bool get(); void set(bool value); };
public static bool DrawTagProperty { get; set; }
static member DrawTagProperty : bool with get, set
Public Shared Property DrawTagProperty As Boolean

Property Value

Applies to