Class Vector3Property
A concrete implementation of property of Vector3. For it to show in Unity Inspector, it needs to be concrete.
Implements
IProperty<Vector3>
Inherited Members
Namespace: TinnyStudios.AIUtility.Core.Properties
Assembly: UtilityAIFramework.dll
Syntax
[Serializable]
public class Vector3Property : Property<Vector3>, IProperty<Vector3>