All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzu_float_property.h File Reference

Specifies float property. More...

Functions

kzsError kzuFloatPropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, kzFloat defaultValue, struct KzuFloatPropertyType **out_floatPropertyType)
 Creates a new float property type. More...
 
kzsError kzuFloatPropertyTypeDelete (struct KzuFloatPropertyType *floatPropertyType)
 Deletes float property type. More...
 
kzsError kzuFloatPropertyTypeLoadFromKzb (struct KzuFloatPropertyType *floatPropertyType, struct KzcInputStream *inputStream)
 Loads float property type from KZB. More...
 
struct KzuFloatPropertyTypekzuFloatPropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType)
 Returns float property type from property type. More...
 
struct KzuPropertyTypekzuFloatPropertyTypeToPropertyType (const struct KzuFloatPropertyType *floatPropertyType)
 Returns property type from float property type. More...
 
kzFloat kzuFloatPropertyTypeGetDefaultValue (const struct KzuFloatPropertyType *floatPropertyType)
 Gets the default value of float property type. More...
 

Detailed Description

Specifies float property.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

kzsError kzuFloatPropertyTypeCreate ( const struct KzcMemoryManager memoryManager,
kzString  name,
kzFloat  defaultValue,
struct KzuFloatPropertyType **  out_floatPropertyType 
)

Creates a new float property type.

kzsError kzuFloatPropertyTypeDelete ( struct KzuFloatPropertyType floatPropertyType)

Deletes float property type.

kzsError kzuFloatPropertyTypeLoadFromKzb ( struct KzuFloatPropertyType floatPropertyType,
struct KzcInputStream inputStream 
)

Loads float property type from KZB.

struct KzuFloatPropertyType* kzuFloatPropertyTypeFromPropertyType ( const struct KzuPropertyType propertyType)

Returns float property type from property type.

struct KzuPropertyType* kzuFloatPropertyTypeToPropertyType ( const struct KzuFloatPropertyType floatPropertyType)

Returns property type from float property type.

kzFloat kzuFloatPropertyTypeGetDefaultValue ( const struct KzuFloatPropertyType floatPropertyType)

Gets the default value of float property type.