Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


messageOptions

Function call options.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public SendMessageOptions messageOptions { get; set; }

Remarks

If options are set to SendMessageOptions.RequireReceiver (default), an error is printed when the message is not picked up by any component.