IcObjectType enum

Object Type (if Gravity is object) options: airplane, apple, backpack, banana, baseball_bat, baseball_glove, bear, bed, bench, bicycle, bird, boat, book, bottle, bowl, broccoli, bus, cake, car, carrot, cat, cell_phone, chair, clock, couch, cow, cup, dining_table, dog, donut, elephant, fire_hydrant, fork, frisbee, giraffe, hair_drier, handbag, horse, hot_dog, keyboard, kite, knife, laptop, microwave, motorcycle, mouse, orange, oven, parking_meter, person, pizza, potted_plant, refrigerator, remote, sandwich, scissors, sheep, sink, skateboard, skis, snowboard, spoon, sports_ball, stop_sign, suitcase, surfboard, teddy_bear, tennis_racket, tie, toaster, toilet, toothbrush, traffic_light, train, truck, tv, umbrella, vase, wine_glass, zebra

Inheritance
Available extensions

Values

airplane → const IcObjectType
const IcObjectType('airplane')
apple → const IcObjectType
const IcObjectType('apple')
backpack → const IcObjectType
const IcObjectType('backpack')
banana → const IcObjectType
const IcObjectType('banana')
baseballBat → const IcObjectType
const IcObjectType('baseball_bat')
baseballGlove → const IcObjectType
const IcObjectType('baseball_glove')
bear → const IcObjectType
const IcObjectType('bear')
bed → const IcObjectType
const IcObjectType('bed')
bench → const IcObjectType
const IcObjectType('bench')
bicycle → const IcObjectType
const IcObjectType('bicycle')
bird → const IcObjectType
const IcObjectType('bird')
boat → const IcObjectType
const IcObjectType('boat')
book → const IcObjectType
const IcObjectType('book')
bottle → const IcObjectType
const IcObjectType('bottle')
bowl → const IcObjectType
const IcObjectType('bowl')
broccoli → const IcObjectType
const IcObjectType('broccoli')
bus → const IcObjectType
const IcObjectType('bus')
cake → const IcObjectType
const IcObjectType('cake')
car → const IcObjectType
const IcObjectType('car')
carrot → const IcObjectType
const IcObjectType('carrot')
cat → const IcObjectType
const IcObjectType('cat')
cellPhone → const IcObjectType
const IcObjectType('cell_phone')
chair → const IcObjectType
const IcObjectType('chair')
clock → const IcObjectType
const IcObjectType('clock')
couch → const IcObjectType
const IcObjectType('couch')
cow → const IcObjectType
const IcObjectType('cow')
cup → const IcObjectType
const IcObjectType('cup')
dinpinpgTable → const IcObjectType
const IcObjectType('dining_table')
dog → const IcObjectType
const IcObjectType('dog')
donut → const IcObjectType
const IcObjectType('donut')
elephant → const IcObjectType
const IcObjectType('elephant')
fireHydrant → const IcObjectType
const IcObjectType('fire_hydrant')
fork → const IcObjectType
const IcObjectType('fork')
frisbee → const IcObjectType
const IcObjectType('frisbee')
giraffe → const IcObjectType
const IcObjectType('giraffe')
hairDrier → const IcObjectType
const IcObjectType('hair_drier')
handbag → const IcObjectType
const IcObjectType('handbag')
horse → const IcObjectType
const IcObjectType('horse')
hotDog → const IcObjectType
const IcObjectType('hot_dog')
keyboard → const IcObjectType
const IcObjectType('keyboard')
kite → const IcObjectType
const IcObjectType('kite')
knife → const IcObjectType
const IcObjectType('knife')
laptop → const IcObjectType
const IcObjectType('laptop')
microwave → const IcObjectType
const IcObjectType('microwave')
motorcycle → const IcObjectType
const IcObjectType('motorcycle')
mouse → const IcObjectType
const IcObjectType('mouse')
orange → const IcObjectType
const IcObjectType('orange')
oven → const IcObjectType
const IcObjectType('oven')
parkinpgMeter → const IcObjectType
const IcObjectType('parking_meter')
person → const IcObjectType
const IcObjectType('person')
pizza → const IcObjectType
const IcObjectType('pizza')
pottedPlant → const IcObjectType
const IcObjectType('potted_plant')
refrigerator → const IcObjectType
const IcObjectType('refrigerator')
remote → const IcObjectType
const IcObjectType('remote')
sandwich → const IcObjectType
const IcObjectType('sandwich')
scissors → const IcObjectType
const IcObjectType('scissors')
sheep → const IcObjectType
const IcObjectType('sheep')
sinpk → const IcObjectType
const IcObjectType('sink')
skateboard → const IcObjectType
const IcObjectType('skateboard')
skis → const IcObjectType
const IcObjectType('skis')
snowboard → const IcObjectType
const IcObjectType('snowboard')
spoon → const IcObjectType
const IcObjectType('spoon')
sportsBall → const IcObjectType
const IcObjectType('sports_ball')
stopSign → const IcObjectType
const IcObjectType('stop_sign')
suitcase → const IcObjectType
const IcObjectType('suitcase')
surfboard → const IcObjectType
const IcObjectType('surfboard')
teddyBear → const IcObjectType
const IcObjectType('teddy_bear')
tennisRacket → const IcObjectType
const IcObjectType('tennis_racket')
tie → const IcObjectType
const IcObjectType('tie')
toaster → const IcObjectType
const IcObjectType('toaster')
toilet → const IcObjectType
const IcObjectType('toilet')
toothbrush → const IcObjectType
const IcObjectType('toothbrush')
trafficLight → const IcObjectType
const IcObjectType('traffic_light')
trainp → const IcObjectType
const IcObjectType('train')
truck → const IcObjectType
const IcObjectType('truck')
tv → const IcObjectType
const IcObjectType('tv')
umbrella → const IcObjectType
const IcObjectType('umbrella')
vase → const IcObjectType
const IcObjectType('vase')
winpeGlass → const IcObjectType
const IcObjectType('wine_glass')
zebra → const IcObjectType
const IcObjectType('zebra')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<IcObjectType>
A constant List of the values in this enum, in order of their declaration.