API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IEngineObject
Package
com.yogurt3d.core.objects.interfaces
Interface
public interface IEngineObject extends
IIdentifiableObject
,
IReconstructibleObject
Implementors
EngineObject
,
Viewport
Defines common methods for
Yogurt3D Engine
objects.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
systemID
: String
[read-only] Automatically assigned id.
IIdentifiableObject
userID
: String
Identification string can be assigned by developer to identify objects.
IIdentifiableObject
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
clone
():
IEngineObject
Creates new clone object.
IReconstructibleObject
dispose
():void
Removes all external referances and clears internals.
IReconstructibleObject
renew
():void
Renews object internals and resets properties of object.
IReconstructibleObject
Tue Feb 1 2011, 03:37 PM +02:00