SpriteFactory.Sprite.GetLocator
C#: SpriteFactory.Sprite.Locator GetLocator (int locatorId)
JS: function GetLocator (locatorId : int) : SpriteFactory.Sprite.Locator
Description
Get a specific locator by index.
Returns null if passed an invalid index.
C#: SpriteFactory.Sprite.Locator GetLocator (string locatorName)
JS: function GetLocator (locatorName : String) : SpriteFactory.Sprite.Locator
Description
Get a specific locator by name.
Returns null if passed an invalid name.