Click or drag to resize
GeneralRulesIsSpriteForTargetOfType Method
Determine if the sprite selected for the specified target (selected with SelectTargetSpriteFor) is of the specified type.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public bool IsSpriteForTargetOfType(
	string TargetName,
	Type SpriteDefinition
)

Parameters

TargetName
Type: SystemString
SpriteDefinition
Type: SystemType

Return Value

Type: Boolean
True if the selected target is of the specified type, false otherwise.
See Also