DirectionalAnimations3D<TGroup>.

Camera Property

Summary

[UnityEngine.SerializeField] The UnityEngine.Camera to make the Animancer.DirectionalAnimations3D`1.Transform face towards.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
DirectionalAnimations3D<TGroup>

Syntax

public Transform Camera { get; set; }

Remarks

Leave this null to automatically use the UnityEngine.Camera.main.

Value

Type Description
Transform