Tanoda
Leap.Unity.Attributes.FileChooserAttribute Class Reference
Inheritance diagram for Leap.Unity.Attributes.FileChooserAttribute:
Leap.Unity.Attributes.CombinablePropertyAttribute Leap.Unity.Attributes.IAfterFieldAdditiveDrawer Leap.Unity.Attributes.IAdditiveDrawer Leap.Unity.Attributes.FolderChooserAttribute Leap.Unity.Attributes.ReadFileChooserAttribute Leap.Unity.Attributes.WriteFileChooserAttribute

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

- Properties inherited from Leap.Unity.Attributes.CombinablePropertyAttribute
FieldInfo? fieldInfo [get, protected set]
 
UnityObject[]? targets [get, protected set]
 

Detailed Description

Definition at line 35 of file FileChooser.cs.

Constructor & Destructor Documentation

◆ FileChooserAttribute()

Leap.Unity.Attributes.FileChooserAttribute.FileChooserAttribute ( FileDialogType  dialogType,
bool  preserveExistingFileName = false,
string  extension = null 
)

Definition at line 44 of file FileChooser.cs.

Member Function Documentation

◆ GetWidth()

float Leap.Unity.Attributes.FileChooserAttribute.GetWidth ( )

Definition at line 94 of file FileChooser.cs.

Member Data Documentation

◆ dialogType

FileDialogType Leap.Unity.Attributes.FileChooserAttribute.dialogType

Definition at line 39 of file FileChooser.cs.

◆ extension

string Leap.Unity.Attributes.FileChooserAttribute.extension = null

Expected file extension .

Definition at line 42 of file FileChooser.cs.

◆ preserveExistingFileName

bool Leap.Unity.Attributes.FileChooserAttribute.preserveExistingFileName = false

Definition at line 40 of file FileChooser.cs.


The documentation for this class was generated from the following file: