 |
SceneNodeTargetsAnimationAddTargets Method |
Search for scene nodes by the name and add them as targets.
Name can contain '*' that acts as a wildcard and can add multiple SceneNodes. The following usages are valid: *, *XYZ, XZY*, *XYZ*, XY*Z.
Namespace: Ab4d.SharpEngine.AnimationAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic void AddTargets(
string name,
int searchDepth = 2147483647
)
Parameters
- name String
- Name of the SceneNode to add. Can contain '*' that acts as a wildcard and can add multiple SceneNodes. The following usages are valid: *, *XYZ, XZY*, *XYZ*, XY*Z.
- searchDepth Int32 (Optional)
- Search depth
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Animation.SceneNodeTargetsAnimation.AddTargets(System.String,System.Int32)"]
See Also