跳转到内容

File:Csharp ColliderLibrary.svg

页面内容不支持其他语言。
这个文件来自维基共享资源
维基百科,自由的百科全书
原始文件 (SVG文件,尺寸为649 × 251像素,文件大小:11 KB)


摘要

描述
English: A class named ColliderLibrary which contains four static methods with the same name which use method overloading to handle different parameters.
日期
来源 自己的作品
作者 Frap

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
Creative Commons CC-Zero 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

Source code

PlantUML source code.

@startuml
class ColliderLibrary
{
    + {static} string CollideWith(Asteroid x, Asteroid y)
    + {static} string CollideWith(Asteroid x, Spaceship y)
    + {static} string CollideWith(Spaceship x, Asteroid y)
    + {static} string CollideWith(Spaceship x, Spaceship y)
}

abstract class SpaceObject << (R,lightgreen) >>
{
    + int Size
}

class Asteroid << (R,lightgreen) >> extends SpaceObject
{
    + «Create» Asteroid()
}

class Spaceship << (R,lightgreen) >> extends SpaceObject
{
    + «Create» Spaceship()
}
@enduml

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描绘内容

函数重载 简体中文(已转写)

image/svg+xml

文件来源 简体中文(已转写)

上传者的原创作品 简体中文(已转写)

校验和 简体中文(已转写)

3e980c046d7f9d466555ce0a107d970841c80c40

数据大小 简体中文(已转写)

11,312 字节

251 像素

649 像素

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2023年5月17日 (三) 12:472023年5月17日 (三) 12:47版本的缩略图649 × 251​(11 KB)FrapUploaded own work with UploadWizard

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据