playMaker

Author Topic: render bool[SOLVED]  (Read 2400 times)

Sjones

  • Full Member
  • ***
  • Posts: 203
render bool[SOLVED]
« on: September 07, 2012, 01:54:10 PM »
on meshes and gui elements, in the inspector tab there is a bool object mesh renderer (or next to the guielement for UI) do we have access to this within playmaker, I would of though this would be more efficient than creating a game object as it also reduces the draw count for the scene.
« Last Edit: September 14, 2012, 01:43:55 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: render bool
« Reply #1 on: September 10, 2012, 04:49:13 AM »
Hi,

 not sure what you mean, can you reference this on a screenshot of the component?

thanks,

 Jean

Sjones

  • Full Member
  • ***
  • Posts: 203
Re: render bool
« Reply #2 on: September 11, 2012, 02:24:29 PM »
np, thanks for taking a look, screen shot below with a red circle, meshes, text and guitextures all have this, from what I gather it doesnt create or destroy, simply stops it from being rendered.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: render bool
« Reply #3 on: September 13, 2012, 06:36:34 AM »
Hi,

yes, the action is called "enable Behaviour"

https://hutonggames.fogbugz.com/default.asp?W54

bye,

 Jean

Sjones

  • Full Member
  • ***
  • Posts: 203
Re: render bool
« Reply #4 on: September 13, 2012, 07:17:08 PM »
ohh cool thanks!