C# Class FolderOption, TrenchVR

Inheritance: MonoBehaviour
Datei anzeigen Open project: Prion6/TrenchVR Class Usage Examples

Public Properties

Property Type Description
anim Animator,
onActive UnityAction,

Public Methods

Method Description
Hide ( ) : void
Select ( ) : void
Show ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

Select() public method

public Select ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Property Details

anim public_oe property

public Animator, anim
return Animator,

onActive public_oe property

public UnityAction, onActive
return UnityAction,