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