GolfCharacter Class

Summary

Manages a character with the ability to hit a golf ball.
Assembly
Animancer.dll
Namespace
Animancer.Samples.Events
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["GolfCharacter"] class Type type-node

Syntax

[AddComponentMenu(Strings.SamplesMenuPrefix + "Golf Events - Golf Character")]
[AnimancerHelpUrl(typeof(GolfCharacter))]
public class GolfCharacter : MonoBehaviour

Remarks

Sample: Golf Events

Attributes

Type Description
AddComponentMenu
AnimancerHelpUrlAttribute [Assert-Conditional] A UnityEngine.HelpURLAttribute which points to Animancer's documentation.

Methods

Name Value Summary
Awake() void
Update() void