C# Class entity.MetaFuncs.MetaEditor.PluginControl

The plugin control.
Show file Open project: troymac1ure/Entity

Public Properties

Property Type Description
height int
offset int
type ContainerType
width int

Property Details

height public property

The height.
public int height
return int

offset public property

The offset.
public int offset
return int

type public property

The type.
public ContainerType type
return ContainerType

width public property

The width.
public int width
return int