Exemple #1
0
        // Token: 0x060001A5 RID: 421 RVA: 0x00008918 File Offset: 0x00006B18
        protected void CreateActivationPlayable(GameObject root, PlayableGraph graph, List <Playable> outplayables)
        {
            ScriptPlayable <ActivationControlPlayable> playable = ActivationControlPlayable.Create(graph, root, this.postPlayback);

            if (playable.IsValid <ScriptPlayable <ActivationControlPlayable> >())
            {
                outplayables.Add(playable);
            }
        }
 public override void OnPlayableCreate(Playable playable)
 {
     acBehaviour = behaviour as ActivationControlPlayable;
 }