Home
last modified time | relevance | path

Searched refs:minDirection (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorParticleEffect.as347 Vector3 vMin = editParticleEffect.minDirection;
351 editParticleEffect.minDirection = Vector3(element.text.ToFloat(), vMin.y, vMin.z);
354 editParticleEffect.minDirection = Vector3(vMin.x, element.text.ToFloat(), vMin.z);
357 editParticleEffect.minDirection = Vector3(vMin.x, vMin.y, element.text.ToFloat());
1427 …it>(particleEffectWindow.GetChild("DirectionMinX", true)).text = editParticleEffect.minDirection.x;
1428 …it>(particleEffectWindow.GetChild("DirectionMinY", true)).text = editParticleEffect.minDirection.y;
1429 …it>(particleEffectWindow.GetChild("DirectionMinZ", true)).text = editParticleEffect.minDirection.z;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DParticleEffect.pkg126 tolua_property__get_set const Vector3& minDirection;
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DAngelScriptAPI.h8370 Vector3 minDirection; variable
H A DLuaScriptAPI.dox4515 - const Vector3& minDirection
H A DScriptAPI.dox10018 - Vector3 minDirection