The XSprite..::.ChangedNotification enumeration defines the types of changes that happened during the sprite properties change.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
[FlagsAttribute] [EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public enum ChangedNotification |
Members
| Member name | Description | |
|---|---|---|
| World |
World change.
| |
| Parent |
Sprite parent change.
| |
| Visible |
Visibility change.
| |
| Scale |
Scale change.
| |
| Transformation |
Transform change.
| |
| All |
World, sprite parent, visibility, scale, transform change.
|