Struct InspectorBlock
Namespace: Ludiq
Syntax
public struct InspectorBlock
Constructors
InspectorBlock(Accessor, Rect, Boolean)
Declaration
public InspectorBlock(Accessor accessor, Rect position, bool hasPrefabModification)
Parameters
Properties
accessor
Declaration
public readonly Accessor accessor { get; }
Property Value
hasPrefabModification
Declaration
public readonly bool hasPrefabModification { get; }
Property Value
position
Declaration
public readonly Rect position { get; }
Property Value
Extension Methods