 | MasterPath Class |
A path to prepend when searching for a data context property.
Inheritance HierarchySystemObject UnityEngineObject UnityEngineComponent UnityEngineBehaviour UnityEngineMonoBehaviour Slash.Unity.DataBind.Core.PresentationMasterPath
Namespace:
Slash.Unity.DataBind.Core.Presentation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic class MasterPath : MonoBehaviour
Public Class MasterPath
Inherits MonoBehaviour
public ref class MasterPath : public MonoBehaviour
type MasterPath =
class
inherit MonoBehaviour
end
The MasterPath type exposes the following members.
Constructors
| Name | Description |
---|
 | MasterPath | Initializes a new instance of the MasterPath class |
Top
Methods
| Name | Description |
---|
 | GetFullPath |
Returns the full path, i.e. this path and all ancestor paths prepended.
|
Top
Fields
| Name | Description |
---|
 | Path |
Path to prepend.
|
Top
See Also