Version: 2022.3
언어: 한국어
public static bool TryGetGizmoInfo (Type type, out GizmoInfo info);

파라미터

type The type to get GizmoInfo for.
info The output argument will contain a valid GizmoInfo when this function returns true.

반환

bool Returns true if Unity has a gizmo or icon registered for the requested type.

설명

Get a GizmoInfo for a type if it exists.

Type must be assignable to Component.