Banshee Engine Docs
Manuals API

GizmoData

Public

Fields
  • MonoClass * Type
  • MonoMethod * Method
  • u32 Flags
API / EditorScript / GizmoData

struct ManagedSceneGizmos::GizmoData

Data about a managed gizmo drawing method.

Public

Fields

Type

MonoClass * Type

Component the gizmo method belongs to.

Method

MonoMethod * Method

Method that displays the gizmo.

Flags

u32 Flags

Gizmo flags of type DrawGizmoFlags that control gizmo properties.

Generated by BansheeDocGenerator.