Hello
I want to detect if layer property has keyframe.
Two properties: position and opacity.
I need something like this:
p = transform.position;
o = transform.opacity;
if(p.hasKeyframe on current time){
o = 100;
}else{
o = 0
}
Hello
I want to detect if layer property has keyframe.
Two properties: position and opacity.
I need something like this:
p = transform.position;
o = transform.opacity;
if(p.hasKeyframe on current time){
o = 100;
}else{
o = 0
}