2D Toolkit Forum

2D Toolkit => Support => Topic started by: inkoman on December 02, 2013, 04:13:43 am

Title: Does static sprite batcher allow me to access components of internal sprites?
Post by: inkoman on December 02, 2013, 04:13:43 am
For example, I have sprite0 and sprite1, each with custom scripts attached to them. Let's say each script holds strings, string0 and string1 respectively. When I use static sprite batcher and merge sprite0 and sprite1, is it possible at all to access string0 and string1? Thanks!
Title: Re: Does static sprite batcher allow me to access components of internal sprites?
Post by: unikronsoftware on December 02, 2013, 06:15:34 pm
No it doesn't. Those objects don't exist when merged.