Photon Quantum 3.0.0

Public Member Functions | Properties | List of all members
Quantum.UnityResourcePathAttribute Class Reference

Specifies that the string field represents a path to a Unity resource. More...

Inheritance diagram for Quantum.UnityResourcePathAttribute:
Quantum.DrawerPropertyAttribute Quantum.PropertyAttribute

Public Member Functions

 UnityResourcePathAttribute (Type resourceType)
 Initializes a new instance of the class with the specified resource type. More...
 

Properties

Type ResourceType [get]
 The type of the resource. More...
 

Detailed Description

Specifies that the string field represents a path to a Unity resource.

Constructor & Destructor Documentation

◆ UnityResourcePathAttribute()

Quantum.UnityResourcePathAttribute.UnityResourcePathAttribute ( Type  resourceType)
inline

Initializes a new instance of the class with the specified resource type.

Parameters
resourceType

Property Documentation

◆ ResourceType

Type Quantum.UnityResourcePathAttribute.ResourceType
get

The type of the resource.