示例#1
0
	void Set(PB2Value& v, ReferenceMaker* owner, ParamID id, int tabIndex, TimeValue t)    // set from v
		{
		Gradient* p = (Gradient*)owner;
		p->EnableStuff();
		}
示例#2
0
		void SetThing(ReferenceTarget *m) {	
			Gradient *theGrad = (Gradient *)m;
			if (theGrad) theGrad->EnableStuff();
			}