C# Class ZetanStudio.BehaviourTree.HideIf_BTAttribute

Inheritance: Attribute
Show file 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 property

public string path
return string

readOnly public property

public bool readOnly
return bool

value public property

public object value
return object