### Command interface examples
```python
UEI().command_parser(cmd=GRPCInterface.method_object_add_component,
params=[
target,
ASSEMBLE_NEARINTERACTIONGRABBABLE,
True
])
UEI().command_parser(cmd=GRPCInterface.method_object_add_component,
params=[
target,
ASSEMBLE_MESHCOLLIDER,
True
])
UEI().command_parser(cmd=GRPCInterface.method_object_set_reference_value,
params=[
collision_mesh_asset,
ASSETBLE_MESHFILTER,
"sharedMesh",
target,
ASSEMBLE_MESHCOLLIDER,
"sharedMesh"
])
UEI().command_parser(cmd=GRPCInterface.method_object_set_value,
params=[
target,
ASSEMBLE_MESHCOLLIDER,
"convex",
True
])
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ImagineersHub/engine-grpc-pipeline",
"name": "engine-grpc",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, grpc, unity, unreal",
"author": "esun",
"author_email": "esun@voteb.com",
"download_url": "https://files.pythonhosted.org/packages/7a/c3/fe0dee0eb4ef7174e4e0a0ae748fcbd1d487203b249b4f6b8de0a526ce41/engine_grpc-0.2.29.tar.gz",
"platform": null,
"description": "\n### Command interface examples\n\n```python\nUEI().command_parser(cmd=GRPCInterface.method_object_add_component,\n params=[\n target,\n ASSEMBLE_NEARINTERACTIONGRABBABLE,\n True\n ])\n\nUEI().command_parser(cmd=GRPCInterface.method_object_add_component,\n params=[\n target,\n ASSEMBLE_MESHCOLLIDER,\n True\n ])\n\nUEI().command_parser(cmd=GRPCInterface.method_object_set_reference_value,\n params=[\n collision_mesh_asset,\n ASSETBLE_MESHFILTER,\n \"sharedMesh\",\n target,\n ASSEMBLE_MESHCOLLIDER,\n \"sharedMesh\"\n ])\n\nUEI().command_parser(cmd=GRPCInterface.method_object_set_value,\n params=[\n target,\n ASSEMBLE_MESHCOLLIDER,\n \"convex\",\n True\n ])\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "grpc pipeline interfaces",
"version": "0.2.29",
"project_urls": {
"Homepage": "https://github.com/ImagineersHub/engine-grpc-pipeline"
},
"split_keywords": [
"python",
" grpc",
" unity",
" unreal"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3bff455a69c7dc9a71f86f5395baf0411106b4cef0e28e0de9437aa54c7dfb56",
"md5": "04a8a0aae2621611c1dc52b32b7544a6",
"sha256": "adb6c78789b60bb8f772cd0a2b69633f2fdd5105cb6a290faee1e1c551e37089"
},
"downloads": -1,
"filename": "engine_grpc-0.2.29-py3-none-any.whl",
"has_sig": false,
"md5_digest": "04a8a0aae2621611c1dc52b32b7544a6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 12776,
"upload_time": "2024-11-18T11:31:34",
"upload_time_iso_8601": "2024-11-18T11:31:34.128731Z",
"url": "https://files.pythonhosted.org/packages/3b/ff/455a69c7dc9a71f86f5395baf0411106b4cef0e28e0de9437aa54c7dfb56/engine_grpc-0.2.29-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7ac3fe0dee0eb4ef7174e4e0a0ae748fcbd1d487203b249b4f6b8de0a526ce41",
"md5": "44aa31ebcc81b33b071cf1f7305d8b1d",
"sha256": "9240138d70a0dc7588962fa968141377c0da26bd81ff72d1c0cf65d46a53bfde"
},
"downloads": -1,
"filename": "engine_grpc-0.2.29.tar.gz",
"has_sig": false,
"md5_digest": "44aa31ebcc81b33b071cf1f7305d8b1d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9556,
"upload_time": "2024-11-18T11:31:35",
"upload_time_iso_8601": "2024-11-18T11:31:35.662200Z",
"url": "https://files.pythonhosted.org/packages/7a/c3/fe0dee0eb4ef7174e4e0a0ae748fcbd1d487203b249b4f6b8de0a526ce41/engine_grpc-0.2.29.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-18 11:31:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ImagineersHub",
"github_project": "engine-grpc-pipeline",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "engine-grpc"
}