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

Specifies vector2 property. More...

Functions

kzsError kzuVector2PropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, struct KzcVector2 defaultValue, struct KzuVector2PropertyType **out_vector2PropertyType)
 Creates a new vector property type. More...
 
kzsError kzuVector2PropertyTypeDelete (struct KzuVector2PropertyType *vector2PropertyType)
 Deletes vector property type. More...
 
kzsError kzuVector2PropertyTypeLoadFromKzb (struct KzuVector2PropertyType *vector2PropertyType, struct KzcInputStream *inputStream)
 Loads vector property type from KZB. More...
 
struct KzuVector2PropertyTypekzuVector2PropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType)
 Returns vector2 property type from property type. More...
 
struct KzuPropertyTypekzuVector2PropertyTypeToPropertyType (const struct KzuVector2PropertyType *vector2PropertyType)
 Returns property type from vector3 property type. More...
 
struct KzcVector2 kzuVector2PropertyTypeGetDefaultValue (const struct KzuVector2PropertyType *vector2PropertyType)
 Gets the default value of vector property type. More...
 

Detailed Description

Specifies vector2 property.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

kzsError kzuVector2PropertyTypeCreate ( const struct KzcMemoryManager memoryManager,
kzString  name,
struct KzcVector2  defaultValue,
struct KzuVector2PropertyType **  out_vector2PropertyType 
)

Creates a new vector property type.

kzsError kzuVector2PropertyTypeDelete ( struct KzuVector2PropertyType vector2PropertyType)

Deletes vector property type.

kzsError kzuVector2PropertyTypeLoadFromKzb ( struct KzuVector2PropertyType vector2PropertyType,
struct KzcInputStream inputStream 
)

Loads vector property type from KZB.

struct KzuVector2PropertyType* kzuVector2PropertyTypeFromPropertyType ( const struct KzuPropertyType propertyType)

Returns vector2 property type from property type.

struct KzuPropertyType* kzuVector2PropertyTypeToPropertyType ( const struct KzuVector2PropertyType vector2PropertyType)

Returns property type from vector3 property type.

struct KzcVector2 kzuVector2PropertyTypeGetDefaultValue ( const struct KzuVector2PropertyType vector2PropertyType)

Gets the default value of vector property type.