C# Class ME3Explorer.Unreal.CustomProperty

Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method Description
CustomProperty ( string sName, string Category, object value, Type type, bool bReadOnly, bool bVisible ) : System

Method Details

CustomProperty() public method

public CustomProperty ( string sName, string Category, object value, Type type, bool bReadOnly, bool bVisible ) : System
sName string
Category string
value object
type System.Type
bReadOnly bool
bVisible bool
return System