Skip to content

Instantly share code, notes, and snippets.

View pigeon6's full-sized avatar
💭
Grimoire

Hiroki Omae pigeon6

💭
Grimoire
View GitHub Profile
@keijiro
keijiro / CustomizedLightProbeGroupEditor.js
Created January 20, 2012 07:31
CustomizedLightProbeGroupEditor.js
#pragma strict
@CustomEditor(LightProbeGroup)
class CustomizedLightProbeGroupEditor extends Editor {
var probeNumber : int;
function OnEnable() {
probeNumber = (target as LightProbeGroup).probePositions.Length;
}