Show / Hide Table of Contents

Class Notification

Inheritance
Object
Notification
Implements
INotification
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Playables
Assembly: UnityEngine.dll
Syntax
public class Notification : INotification

Constructors

| Improve this Doc View Source

Notification(String)

Declaration
public Notification(string name)
Parameters
Type Name Description
String name

Properties

| Improve this Doc View Source

id

Declaration
public PropertyName id { get; }
Property Value
Type Description
PropertyName

Implements

INotification

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX