Click or drag to resize

SpriteManagerStateReplaceSprites Method

Replaces all sprites in this SpriteManState with a given list of sprites, matched by name, or null if no match exists.

Namespace:  SpriteMan3D.Templates
Assembly:  SpriteMan3D (in SpriteMan3D.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void ReplaceSprites(
	Sprite[] sprites
)

Parameters

sprites
Type: Sprite

[Missing <param name="sprites"/> documentation for "M:SpriteMan3D.Templates.SpriteManagerState.ReplaceSprites(UnityEngine.Sprite[])"]

See Also