Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


stringParameter

String parameter that is stored in the event (Read Only).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public string stringParameter { get; }

Remarks

Returns the string parameter value that was configured on the animation event in the Animation window or via script when authoring the animation clip. Note: Accessing this property allocates memory as the string is retrieved from native code.