ActiveCount (defined in Otter.Particle) | Otter.Particle | static |
AddCollider< T >(T c) | Otter.Entity | |
AddColliders(params Collider[] colliders) | Otter.Entity | |
AddComponent< T >(T c) | Otter.Entity | |
AddComponent< T >(params object[] constructorArgs) | Otter.Entity | |
AddComponents(params Component[] c) | Otter.Entity | |
Added() | Otter.Particle | virtual |
AddGraphic< T >(T g) | Otter.Entity | |
AddGraphic< T >(T g, float x, float y) | Otter.Entity | |
AddGraphicGUI< T >(T g) | Otter.Entity | |
AddGraphicGUI< T >(T g, float x, float y) | Otter.Entity | |
AddGraphics(params Graphic[] graphics) | Otter.Entity | |
AddGraphicsGUI(params Graphic[] graphics) | Otter.Entity | |
AddPosition(float x, float y) | Otter.Entity | |
AddPosition(Axis axis, float multiplier=1) | Otter.Entity | |
AddPosition(Vector2 vector) | Otter.Entity | |
AddSurface(Surface target) | Otter.Entity | |
AdvanceSteps | Otter.Particle | |
Alpha | Otter.Particle | |
Angle | Otter.Particle | |
Animate | Otter.Particle | |
AutoRender | Otter.Entity | |
AutoUpdate | Otter.Entity | |
Blend | Otter.Particle | |
CenterOrigin | Otter.Particle | |
ClearColliders() | Otter.Entity | |
ClearComponents() | Otter.Entity | |
ClearGraphics() | Otter.Entity | |
ClearSurfaces() | Otter.Entity | |
Collidable | Otter.Entity | |
Collide(float x, float y, params int[] tags) | Otter.Entity | |
Collide(float x, float y, params Enum[] tags) | Otter.Entity | |
CollideEntities(float x, float y, params int[] tags) | Otter.Entity | |
CollideEntities(float x, float y, params Enum[] tags) | Otter.Entity | |
CollideEntities< T >(float x, float y, List< T > entities) (defined in Otter.Entity) | Otter.Entity | |
CollideEntities< T >(float x, float y, params int[] tags) (defined in Otter.Entity) | Otter.Entity | |
CollideEntities< T >(float x, float y, params Enum[] tags) (defined in Otter.Entity) | Otter.Entity | |
CollideList(float x, float y, params int[] tags) | Otter.Entity | |
CollideList(float x, float y, params Enum[] tags) | Otter.Entity | |
Collider | Otter.Entity | |
Colliders | Otter.Entity | |
Color | Otter.Particle | |
ColorB | Otter.Particle | |
ColorG | Otter.Particle | |
ColorR | Otter.Particle | |
Components | Otter.Entity | |
DefaultLifeSpan | Otter.Particle | static |
Delay | Otter.Particle | |
Ease | Otter.Particle | |
Entity(float x=0, float y=0, Graphic graphic=null, Collider collider=null, string name="") | Otter.Entity | |
FinalAlpha | Otter.Particle | |
FinalAngle | Otter.Particle | |
FinalColor | Otter.Particle | |
FinalColorB | Otter.Particle | |
FinalColorG | Otter.Particle | |
FinalColorR | Otter.Particle | |
FinalScaleX | Otter.Particle | |
FinalScaleY | Otter.Particle | |
FinalSpeedDir | Otter.Particle | |
FinalSpeedLen | Otter.Particle | |
FinalSpeedX | Otter.Particle | |
FinalSpeedY | Otter.Particle | |
FinalX | Otter.Particle | |
FinalY | Otter.Particle | |
FlipX | Otter.Particle | |
FlipY | Otter.Particle | |
FrameCount | Otter.Particle | |
FrameOffset | Otter.Particle | |
Frames | Otter.Particle | |
Game | Otter.Entity | |
GetCollider< T >() | Otter.Entity | |
GetComponent(Type type) | Otter.Entity | |
GetComponent< T >() | Otter.Entity | |
GetComponents< T >() | Otter.Entity | |
GetEntities< T >() | Otter.Entity | |
GetEntity< T >() | Otter.Entity | |
GetGraphic< T >() | Otter.Entity | |
Graphic | Otter.Entity | |
Graphics | Otter.Entity | |
Group | Otter.Entity | |
Hitbox | Otter.Entity | |
Image | Otter.Particle | |
Input | Otter.Entity | |
InstanceId | Otter.Entity | |
IsInScene | Otter.Entity | |
IsPaused | Otter.Entity | |
Layer | Otter.Entity | |
LifeSpan | Otter.Entity | |
LockScaleRatio | Otter.Particle | |
Loops | Otter.Particle | |
MotionAngle | Otter.Particle | |
Name | Otter.Entity | |
OffsetX | Otter.Particle | |
OffsetY | Otter.Particle | |
OnAdded | Otter.Entity | |
OnRemoved | Otter.Entity | |
OnRender | Otter.Entity | |
OnUpdate | Otter.Entity | |
OnUpdateFirst | Otter.Entity | |
OnUpdateLast | Otter.Entity | |
Order | Otter.Entity | |
OriginX | Otter.Particle | |
OriginY | Otter.Particle | |
Overlap(float x, float y, params int[] tags) | Otter.Entity | |
Overlap(float x, float y, params Enum[] tags) | Otter.Entity | |
Overlap(float x, float y, Entity e) | Otter.Entity | |
Overlapped | Otter.Entity | |
Particle(float x, float y, string source=null, int width=0, int height=0) | Otter.Particle | |
Particle(float x, float y, Texture texture, int width=0, int height=0) | Otter.Particle | |
Particle(float x, float y, AtlasTexture texture, int width=0, int height=0) | Otter.Particle | |
Particle(float x, float y) | Otter.Particle | |
Particle(float x, float y, ImageSet imageSet) | Otter.Particle | |
Paused() | Otter.Entity | virtual |
Position | Otter.Entity | |
Prerender() | Otter.Entity | virtual |
RemoveCollider< T >(T c) | Otter.Entity | |
RemoveColliders(params Collider[] colliders) | Otter.Entity | |
RemoveComponent< T >(T c) | Otter.Entity | |
RemoveComponent< T >() | Otter.Entity | |
Removed() | Otter.Particle | virtual |
RemoveGraphic< T >(T g) | Otter.Entity | |
RemoveGraphics(params Graphic[] g) | Otter.Entity | |
RemoveSelf() | Otter.Entity | |
RemoveSurface(Surface target) | Otter.Entity | |
Render() | Otter.Entity | virtual |
Resumed() | Otter.Entity | virtual |
ScaleX | Otter.Particle | |
ScaleY | Otter.Particle | |
Scene | Otter.Entity | |
SceneBegin() | Otter.Entity | virtual |
SceneEnd() | Otter.Particle | virtual |
ScenePause() | Otter.Entity | virtual |
SceneResume() | Otter.Entity | virtual |
ScreenX | Otter.Entity | |
ScreenY | Otter.Entity | |
SetCollider< T >(T c) | Otter.Entity | |
SetGraphic(Graphic g) | Otter.Entity | |
SetHitbox(int width, int height, params int[] tags) | Otter.Entity | |
SetHitbox(int width, int height, Enum tag, params Enum[] tags) | Otter.Entity | |
SetPosition(float xy) | Otter.Entity | |
SetPosition(float x, float y) | Otter.Entity | |
SetPosition(Entity e, float offsetX=0, float offsetY=0) | Otter.Entity | |
SetPosition(Vector2 v) | Otter.Entity | |
Shader | Otter.Particle | |
SpeedDir | Otter.Particle | |
SpeedLen | Otter.Particle | |
SpeedX | Otter.Particle | |
SpeedY | Otter.Particle | |
Start() | Otter.Particle | |
Surface | Otter.Entity | |
Surfaces | Otter.Entity | |
this[int id] (defined in Otter.Entity) | Otter.Entity | |
Timer | Otter.Entity | |
Tween(object target, object values, float duration, float delay=0) | Otter.Entity | |
Tweener | Otter.Entity | |
Update() | Otter.Particle | virtual |
UpdatedOnce | Otter.Entity | |
UpdateFirst() | Otter.Entity | virtual |
UpdateLast() | Otter.Entity | virtual |
Visible | Otter.Entity | |
X | Otter.Entity | |
Y | Otter.Entity | |