Struct FilePath
Allow to display a path within action UIs
Inherited Members
Namespace: UnityEngine.PixyzPlugin4Unity.Utilities
Assembly: Unity.Pixyz.Plugin4Unity.dll
Syntax
public struct FilePath
Constructors
| Name | Description |
|---|---|
| FilePath(string, bool) | Construct FilePath |
Properties
| Name | Description |
|---|---|
| IsOutput | Returns true if this path concerne a location to save to |
Methods
| Name | Description |
|---|---|
| ToString() | Return the path value |
Operators
| Name | Description |
|---|---|
| implicit operator FilePath(string) | Convert a string into a FilePath |
| implicit operator string(FilePath) | Convert back a FilePath to a string |