OROCHI
 
Loading...
Searching...
No Matches
GxResRealTimeDemo.cpp File Reference

リアルタイムデモ設定リソース More...

#include "GxUtility.h"
Include dependency graph for GxResRealTimeDemo.cpp:

Functions

 _PARAM_NAME (_startFrame, "開始フレーム")
 
 _PARAM_NAME (_endFrame, "終了フレーム")
 
 _PARAM_NAME (_sceneFPS, "FPS")
 
 _PARAM_ATTRIBUTE (_reservedNodeIdMax,(GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_HIDE))
 
 _DYNAMIC_OBJECT_POINTER_ATTRIBUTE ("管理ユニット", &GxResRealTimeDemo::getProperty, &GxResRealTimeDemo::setProperty, &GxResRealTimeDemo::getPropertyNum, &GxResRealTimeDemo::setPropertyNum, GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_HIDE)
 
 _PARAM (_pRtti)
 
 _PARAM_NAME (_type, "Type")
 
 _PARAM_NAME_ATTRIBUTE (_nodeId, "管理ID", GxProperty::ATTRIBUTE_READONLY)
 
 _DYNAMIC_OBJECT_POINTER_ATTRIBUTE ("プロパティ", &GxResRealTimeDemo::GxRtdUnit::getProperty, &GxResRealTimeDemo::GxRtdUnit::setProperty, &GxResRealTimeDemo::GxRtdUnit::getPropertyNum, &GxResRealTimeDemo::GxRtdUnit::setPropertyNum, GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_HIDE)
 
 _PARAM_NAME (_discrimID, "ユニット識別ID")
 
 _PARAM_NAME (_userData, "ユーザーデータ")
 
 _PARAM (_pProperty)
 
 _ENUM_NAME_GUI (_interpolateType, "補間タイプ", GxUnitRealTimeDemo::INTERPOLATE_TYPE)
 
 _PARAM_NAME_ATTRIBUTE (_arrayIndex, "配列インデックス", GxProperty::ATTRIBUTE_HIDE)
 
 _DYNAMIC_OBJECT_POINTER_ATTRIBUTE ("キー", &GxResRealTimeDemo::GxRtdProp::getProperty, &GxResRealTimeDemo::GxRtdProp::setProperty, &GxResRealTimeDemo::GxRtdProp::getPropertyNum, &GxResRealTimeDemo::GxRtdProp::setPropertyNum, GxProperty::ATTRIBUTE_HIDE)
 
 _DYNAMIC_OBJECT_POINTER_ATTRIBUTE ("子プロパティ", &GxResRealTimeDemo::GxRtdProp::getChildren, &GxResRealTimeDemo::GxRtdProp::setChildren, &GxResRealTimeDemo::GxRtdProp::getChildNum, &GxResRealTimeDemo::GxRtdProp::setChildNum, GxProperty::ATTRIBUTE_HIDE)
 
 _PARAM_NAME_ATTRIBUTE (_frame, "フレーム", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_value, "値", GxProperty::ATTRIBUTE_HIDE)
 
 _PAGE_BEGIN_ATTRIBUTE ("値", GxProperty::ATTRIBUTE_EXPAND)
 
 _PARAM_NAME_ATTRIBUTE (_pRtti, "型", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_path, "パス", GxProperty::ATTRIBUTE_READONLY)
 
 _PAGE_END ()
 

Detailed Description

リアルタイムデモ設定リソース

Author
Copyright (C)2007 SiliconStudio Inc. All rights reserved.
K.Ohashi
Tahir Arai