x


@script ExecuteInEditMode() in Boo

What is the

@script ExecuteInEditMode()

equivalent in boo?

Also - have anyone ever translated the tutorial project files into Boo?

Here is my script:

import UnityEngine

class NewBehaviourScript (MonoBehaviour): 

    def Start ():
    ...etc

PS: Could you please tag this "boo". I see there is no boo tag here :(

more ▼

asked Jan 02 '10 at 12:51 AM

drozzy gravatar image

drozzy
91 5 5 14

There is already a "boospecific" tag. I've added it for you.

Jan 02 '10 at 05:47 AM Stelimar

Thanks. Wow is unityAnswers slow today or is it just me?!

Jan 02 '10 at 10:09 PM drozzy
(comments are locked)
10|3000 characters needed characters left

1 answer: sort newest

Well it seems this is equivalent to this:

[ExecuteInEditMode]
class NewBehaviourScript (MonoBehaviour):

Looks like C#.

more ▼

answered Jan 02 '10 at 01:02 AM

drozzy gravatar image

drozzy
91 5 5 14

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x70

asked: Jan 02 '10 at 12:51 AM

Seen: 946 times

Last Updated: Jan 02 '10 at 05:47 AM