I am Charmie

メモとログ

2019-03-19から1日間の記事一覧

Python: 特殊メソッド

関数名の前後に2つのアンダースコアをつけたクラス関数は特殊メソッドとして扱われる. 例: def __FUNC__(self, ...): 演算子のオーバーロードとして定義できるメソッドは以下の通り. object.__add__(self, other): object + otherobject.__sub__(self, oth…

Leap Motion with Unity on Mac

This is a memo on setup using leap motion with unity on my mac book pro mojave.I got hints from the following sites.https://uni.gas.mixh.jp/unity/mac-install.htmlhttp://kan-kikuchi.hatenablog.com/entry/VisualStudioforMachttps://qiita.com/h…