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

Specifies vector4 property. More...

Functions

kzsError kzuVector4PropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, struct KzcVector4 defaultValue, struct KzuVector4PropertyType **out_vector4PropertyType)
 Creates a new vector property type. More...
 
kzsError kzuVector4PropertyTypeDelete (struct KzuVector4PropertyType *vector4PropertyType)
 Deletes vector property type. More...
 
kzsError kzuVector4PropertyTypeLoadFromKzb (struct KzuVector4PropertyType *vector4PropertyType, struct KzcInputStream *inputStream)
 Loads vector property type from KZB. More...
 
struct KzuVector4PropertyTypekzuVector4PropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType)
 Returns vector4 property type from property type. More...
 
struct KzuPropertyTypekzuVector4PropertyTypeToPropertyType (const struct KzuVector4PropertyType *vector4PropertyType)
 Returns property type from vector4 property type. More...
 
struct KzcVector4 kzuVector4PropertyTypeGetDefaultValue (const struct KzuVector4PropertyType *vector4PropertyType)
 Gets the default value of vector property type. More...
 

Detailed Description

Specifies vector4 property.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

kzsError kzuVector4PropertyTypeCreate ( const struct KzcMemoryManager memoryManager,
kzString  name,
struct KzcVector4  defaultValue,
struct KzuVector4PropertyType **  out_vector4PropertyType 
)

Creates a new vector property type.

kzsError kzuVector4PropertyTypeDelete ( struct KzuVector4PropertyType vector4PropertyType)

Deletes vector property type.

kzsError kzuVector4PropertyTypeLoadFromKzb ( struct KzuVector4PropertyType vector4PropertyType,
struct KzcInputStream inputStream 
)

Loads vector property type from KZB.

struct KzuVector4PropertyType* kzuVector4PropertyTypeFromPropertyType ( const struct KzuPropertyType propertyType)

Returns vector4 property type from property type.

struct KzuPropertyType* kzuVector4PropertyTypeToPropertyType ( const struct KzuVector4PropertyType vector4PropertyType)

Returns property type from vector4 property type.

struct KzcVector4 kzuVector4PropertyTypeGetDefaultValue ( const struct KzuVector4PropertyType vector4PropertyType)

Gets the default value of vector property type.