Click or drag to resize
Ab4d.SharpEngine logo

SceneNodeTargetsAnimationRemoveTargets Method

Search for scene nodes in the scene and remove them as targets. Only scene nodes that have been added as targets before are removed. 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.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public void RemoveTargets(
	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
See Also