Click or drag to resize

WeatherMakerOutputParameterEventFloat Class

Output change event for float
Inheritance Hierarchy
System.Object
  UnityEventBase
    UnityEvent<WeatherMakerOutputParameterFloat>
      DigitalRuby.WeatherMaker.WeatherMakerOutputParameterEventFloat

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[SerializableAttribute]
public class WeatherMakerOutputParameterEventFloat : UnityEvent<WeatherMakerOutputParameterFloat>

The WeatherMakerOutputParameterEventFloat type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerOutputParameterEventFloat
Initializes a new instance of the WeatherMakerOutputParameterEventFloat class
Top
Methods
  NameDescription
Public methodAddListener(UnityAction<UTP>) (Inherited from UnityEvent<WeatherMakerOutputParameterFloat>.)
Protected methodAddListener(Object, MethodInfo) (Inherited from UnityEventBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFindMethod_Impl (Inherited from UnityEvent<WeatherMakerOutputParameterFloat>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPersistentEventCount

Get the number of registered persistent listeners.

(Inherited from UnityEventBase.)
Public methodGetPersistentMethodName

Get the target method name of the listener at index index.

(Inherited from UnityEventBase.)
Public methodGetPersistentTarget

Get the target component of the listener at index index.

(Inherited from UnityEventBase.)
Public methodGetType (Inherited from Object.)
Protected methodInvoke(Object[]) (Inherited from UnityEventBase.)
Public methodInvoke(UTP) (Inherited from UnityEvent<WeatherMakerOutputParameterFloat>.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRegisterPersistentListener (Inherited from UnityEventBase.)
Public methodRemoveAllListeners

Remove all non-persisent (ie created from script) listeners from the event.

(Inherited from UnityEventBase.)
Public methodRemoveListener(UnityAction<UTP>) (Inherited from UnityEvent<WeatherMakerOutputParameterFloat>.)
Protected methodRemoveListener(Object, MethodInfo) (Inherited from UnityEventBase.)
Public methodSetPersistentListenerState

Modify the execution state of a persistent listener.

(Inherited from UnityEventBase.)
Public methodToString (Inherited from UnityEventBase.)
Protected methodValidateRegistration(MethodInfo, Object, PersistentListenerMode) (Inherited from UnityEventBase.)
Protected methodValidateRegistration(MethodInfo, Object, PersistentListenerMode, Type) (Inherited from UnityEventBase.)
Top
See Also