Метод | Описание | |
---|---|---|
Decal ( ) : System | ||
Init ( DecalCreator creator, Engine.Vertex vertices, int indices, string materialName, MapObject parentMapObject ) : void |
Метод | Описание | |
---|---|---|
Client_OnTick ( ) : void | ||
OnDestroy ( ) : void | ||
OnPostCreate ( bool loaded ) : void | ||
OnRelatedEntityDelete ( Entity entity ) : void | ||
OnShouldDelete ( ) : bool | ||
OnTick ( ) : void |
Метод | Описание | |
---|---|---|
CreateDecal ( ) : void | ||
DestroyDecal ( ) : void | ||
DoTick ( ) : void | ||
StaticMeshObject_AddToRenderQueue ( StaticMeshObject staticMeshObject, Engine.Camera camera, bool &allowRender ) : void | ||
UpdateBuffers ( ) : void |
public Init ( DecalCreator creator, Engine.Vertex vertices, int indices, string materialName, MapObject parentMapObject ) : void | ||
creator | DecalCreator | |
vertices | Engine.Vertex | |
indices | int | |
materialName | string | |
parentMapObject | MapObject | |
Результат | void |
protected OnPostCreate ( bool loaded ) : void | ||
loaded | bool | |
Результат | void |
protected OnRelatedEntityDelete ( Entity entity ) : void | ||
entity | Entity | |
Результат | void |