Tanoda
|
Public Member Functions | |
FileChooserAttribute (FileDialogType dialogType, bool preserveExistingFileName=false, string extension=null) | |
float | GetWidth () |
Public Attributes | |
FileDialogType | dialogType |
bool | preserveExistingFileName = false |
string | extension = null |
Expected file extension . More... | |
Additional Inherited Members | |
![]() | |
FieldInfo? | fieldInfo [get, protected set] |
UnityObject[]? | targets [get, protected set] |
Definition at line 35 of file FileChooser.cs.
Leap.Unity.Attributes.FileChooserAttribute.FileChooserAttribute | ( | FileDialogType | dialogType, |
bool | preserveExistingFileName = false , |
||
string | extension = null |
||
) |
Definition at line 44 of file FileChooser.cs.
float Leap.Unity.Attributes.FileChooserAttribute.GetWidth | ( | ) |
Definition at line 94 of file FileChooser.cs.
FileDialogType Leap.Unity.Attributes.FileChooserAttribute.dialogType |
Definition at line 39 of file FileChooser.cs.
string Leap.Unity.Attributes.FileChooserAttribute.extension = null |
Expected file extension .
Definition at line 42 of file FileChooser.cs.
bool Leap.Unity.Attributes.FileChooserAttribute.preserveExistingFileName = false |
Definition at line 40 of file FileChooser.cs.