This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
mahjong
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Добавить Фишка.имя
master
Михаил Капелько
5 years ago
parent
420d737d76
commit
85a5a94a88
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
классы/Фишка/2019-09-07.js
+ 8
- 0
классы/Фишка/2019-09-07.js
View File
@@ -24,3 +24,11 @@ function Фишка()
// Специальная маска OpenSceneGraph для скрытия узла от камеры.
this.узел.задатьМаску(0xFFFFFFFF);
}
Object.defineProperty(Фишка.prototype, 'имя', {
get: function()
{
return this.узел.имя;
}
});
Write
Preview
Loading…
Cancel
Save