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 | |
Animancer |
[Assert-Conditional]
A UnityEngine.HelpURLAttribute which points to Animancer's documentation.
|