Class Vector2Property
Vector2 property type definition
Namespace: Unity.Semantic.Traits
Syntax
[Serializable]
[TraitPropertyType("Vector2")]
public class Vector2Property : TraitPropertyDefinition, INamedProperty
Properties
Type
Type of data stored by the definition
Declaration
public override Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Overrides
Value
Vector2 value
Declaration
public Vector2 Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |