C# Class ZetanStudio.BehaviourTree.HideIf_BTAttribute

Inheritance: Attribute
显示文件 Open project: Zetan9565/Project-ZT Class Usage Examples

Public Properties

Property Type Description
path string
readOnly bool
value object

Public Methods

Method Description
HideIf_BTAttribute ( string path, object value, bool readOnly = false ) : System

Method Details

HideIf_BTAttribute() public method

public HideIf_BTAttribute ( string path, object value, bool readOnly = false ) : System
path string
value object
readOnly bool
return System

Property Details

path public_oe property

public string path
return string

readOnly public_oe property

public bool readOnly
return bool

value public_oe property

public object value
return object