| Package | com.yogurt3d.core.objects.interfaces |
| Interface | public interface IIdentifiableObject |
| Property | Defined By | ||
|---|---|---|---|
| systemID : String [read-only]
Automatically assigned id. | IIdentifiableObject | ||
| userID : String
Identification string can be assigned by developer to identify objects. | IIdentifiableObject | ||
| systemID | property |
systemID:String [read-only] Automatically assigned id. Every object that implements this interface will have this value assigned to it.
public function get systemID():StringSee also
| userID | property |
userID:StringIdentification string can be assigned by developer to identify objects.
public function get userID():String public function set userID(value:String):voidSee also