Packagecom.yogurt3d.core.objects.interfaces
Interfacepublic interface IIdentifiableObject

IIdentifiableObject Interface provides properties to identify objects.



Public Properties
 PropertyDefined By
  systemID : String
[read-only] Automatically assigned id.
IIdentifiableObject
  userID : String
Identification string can be assigned by developer to identify objects.
IIdentifiableObject
Property Detail
systemIDproperty
systemID:String  [read-only]

Automatically assigned id. Every object that implements this interface will have this value assigned to it.


Implementation
    public function get systemID():String

See also

userIDproperty 
userID:String

Identification string can be assigned by developer to identify objects.


Implementation
    public function get userID():String
    public function set userID(value:String):void

See also