public class AutoTraceRayStaticImpl extends AutoTraceRayStatic
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoTraceRayStaticImpl.AutoTraceRayStaticUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
An Id for this ray (should be unique), assigned by the user
when adding ray.
|
SimTime| Constructor and Description |
|---|
AutoTraceRayStaticImpl()
Parameter-less contructor for the message.
|
AutoTraceRayStaticImpl(AutoTraceRay original)
Cloning constructor from the full message.
|
AutoTraceRayStaticImpl(AutoTraceRayStatic original)
Cloning constructor from the message part.
|
AutoTraceRayStaticImpl(AutoTraceRayStaticImpl original)
Cloning constructor from the full message.
|
AutoTraceRayStaticImpl(UnrealId Id)
Creates new instance of the message AutoTraceRay.
|
| Modifier and Type | Method and Description |
|---|---|
AutoTraceRayStaticImpl |
clone() |
UnrealId |
getId()
An Id for this ray (should be unique), assigned by the user
when adding ray.
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTimetoJsonLiteralprotected UnrealId Id
public AutoTraceRayStaticImpl()
public AutoTraceRayStaticImpl(UnrealId Id)
Id - An Id for this ray (should be unique), assigned by the user
when adding ray.public AutoTraceRayStaticImpl(AutoTraceRay original)
original - public AutoTraceRayStaticImpl(AutoTraceRayStaticImpl original)
original - public AutoTraceRayStaticImpl(AutoTraceRayStatic original)
original - public void setSimTime(long SimTime)
AutoTraceRayStaticsetSimTime in class AutoTraceRayStaticpublic AutoTraceRayStaticImpl clone()
clone in class AutoTraceRayStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class AutoTraceRayStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class AutoTraceRayStaticpublic String toString()
toString in class AutoTraceRayStaticpublic String toHtmlString()
toHtmlString in class AutoTraceRayStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.