C# Class UnityEngine.VFX.Utility.VFXBinderAttribute

Inheritance: PropertyAttribute
Mostra file Open project: magadan/Unity-NDI-to-WebRTC

Public Properties

Property Type Description
MenuPath string

Public Methods

Method Description
VFXBinderAttribute ( string menuPath ) : System

Specifies a Add Menu Path for this VFXBinder.

Method Details

VFXBinderAttribute() public method

Specifies a Add Menu Path for this VFXBinder.
public VFXBinderAttribute ( string menuPath ) : System
menuPath string
return System

Property Details

MenuPath public_oe property

The Specified Menu Path for this VFXBinder
public string MenuPath
return string