mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
add "docsURL" filter to assignFieldsFrom to prevent it from triggering opening web pages when inheriting values
This commit is contained in:
parent
f5a34308f9
commit
1b33b01eb1
15 changed files with 18 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ ShaderData::ShaderData()
|
|||
|
||||
void ShaderData::initPersistFields()
|
||||
{
|
||||
docsURL;
|
||||
addField("DXVertexShaderFile", TypeStringFilename, Offset(mDXVertexShaderName, ShaderData),
|
||||
"@brief %Path to the DirectX vertex shader file to use for this ShaderData.\n\n"
|
||||
"It must contain only one program and no pixel shader, just the vertex shader."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue